You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mikaël Capelle edited this page May 21, 2020
·
1 revision
The proxy project
Note: This sections is only partially complete since I did not dig into it that much as it's
working fine and doesn't require change that often.
The ProxyPython is the main plugin class. The main thing to know about it:
It is the ProxyPython that will look through the plugins/ folder and find the python
plugins (.py file or folder containing a __init__.py file) and pass them to the python
runner for instantiation.
It can be disabled / enabled by the user.
The user can specify an external python implementation. This has probably not been tested for
a very long time and is probably quite useless now that python is shipped with MO2.