|
Methods defined here:
- __init__(self) -> None
- Initialize this scriptable object.
- invoked(self, script: pathlib.Path) -> bool
- Determine if a script has been invoked or not.
- script(self, script: pathlib.Path, method: str, *args, once: bool = True, **kwargs) -> Any
- Invoke a script while passing this object reference.
Data descriptors defined here:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
|