Class Method Finder


Where to find them:


Main Window / Extension Pack / Python /

Main Window / Python /




The Class Method Finder allows you to search through the Mari Python API


Search Functions

Use the Search Functions field to search through function names. Searching is done using the "contains" algorithm


Search Docstrings

Searches through docstrings of functions.
For example to only display functions that were added or modified in Mari Extension Pack 6R3, search for "EP6R3"


Show
Allows you to pre-filter the function list:

o"mari.xxx" - when ticked on will display any native Mari Functions from the mari. class. This will not include Extension Pack functions

o"mari.ExtensionPack" - when ticked on will display any Extension Pack Functions from the mari.ExtensionPack() class

o"mari.ep" - when ticked on will display any Extension Pack functions from the mari.ep class alias. The mari.ep() class is a shorthand alias for mari.ExtensionPack()

o"Hide Magic methods" - will by default when on hide any function prefixed with two underscores (private functions)


Font Size
Adjust the font size of the doc strings