We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Path(__file__).parent
currently we re-compute Path(__file__).parent every time each plugin is called
we should teach to pre-compute this at the top of the __init__.py file
__init__.py
currently we re-compute
Path(__file__).parentevery time each plugin is calledwe should teach to pre-compute this at the top of the
__init__.pyfile