PythonModule.OperationScope
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PythonModule.OperationScope
Syntax
PythonModule.OperationScope
Data Type
Use the following constants with this data type:
- PythonOperationScope_Class –(Value: 0x1) Specifies to use the class scope.
- PythonOperationScope_ClassInstance –(Value: 0x2) Specifies to use the class instance scope.
- PythonOperationScope_Module –(Value: 0x0) Specifies to use the module scope.
Purpose
The scope of the operation to execute in the Python module.