Python Source Code Item
Jump to navigation
Jump to search
A Python Code Item is a source code item composed of Python statements.
- Context:
- It can be: a Python Class Definition, Python Method Definition.
- It can be part of: a Python Interactive Sessionor a Python Program (such as a Python library, or a Python framework).
- It can range from being a Python Statement to being a Python Program.
- Example(s):
- Counter-Example(s):
- See: Python Variable, Python Application Development Framework.