cPy.cIDE module#
- class cIDEOneEditor[source]#
Bases:
object
- class cHostScriptSource[source]#
Bases:
object- host: any#
- ideEditor: cIDEOneEditor#
- ChangedFromHost: bool#
- IsOpennedInEditor: bool#
- class cIDE[source]#
Bases:
object- EditSource(scriptSource: cHostScriptSource)[source]#
- sendMessage(scriptSource: cHostScriptSource, message: str)[source]#
- class PTRecord(aType: str, aMessage: str, aCode: str)[source]#
Bases:
object- time: any#
- message_type: str#
- message: str#
- code: str#
- class PythonTerminalOut[source]#
Bases:
object- TypeName: str#
- class PythonTerminal[source]#
Bases:
object- static Set(pythonTerminal: PythonTerminal)[source]#
- static Get() PythonTerminal[source]#
- LegacyOutput: bool#
- class DefaultTerminal[source]#
Bases:
PythonTerminal- static dynamic_cast(pObject: PythonTerminal) DefaultTerminal[source]#
- An analogue of the dynamic_cast function from C++, it checks whether the object pObject is a DefaultTerminal class or its descendant, and if so, returns the specified object, but of the DefaultTerminal type.
-
defaultTerminal: DefaultTerminal =
DefaultTerminal object>#