4.1. Global functions¶
4.1.1. Detailed Description¶
-
mocha.tools.register_custom_tool_type(tool_type)¶
-
mocha.tools.registered_tool_types()¶ - Return type
object
Returns a list of registered tool types.
-
mocha.tools.set_overlay_renderer(arg__1)¶
-
mocha.tools.tool_instance(tool_type)¶ - Return type
object
- param tool_type
Custom tool type that must inherit from
AbstractTool.
Returns either None or a tool instance if it was created.