AttachmentFunctionPool¶
- class dsviper.AttachmentFunctionPool¶
Bases:
objectA class used to register and retrieve C++ attachment function.
Note: Not directly instantiable.
- check(func_name: str) AttachmentMutatingFunction | AttachmentGettingFunction¶
Return the function or raise.
- documentation() str¶
Return the documentation.
- name() str¶
Return the name.
- query(func_name: str) AttachmentMutatingFunction | AttachmentGettingFunction | None¶
Return the function or None.