pynaviz.utils#
Functions
Simple function to check all Python processes. |
|
|
Auxiliary safe function for debugging. |
|
Get xmin,xmax, ymin, ymax in world coordinates. |
|
|
|
Classes
|
Enumeration of the renderer draw triggering source. |
- class pynaviz.utils.RenderTriggerSource(*values)[source]#
Bases:
EnumEnumeration of the renderer draw triggering source.
- INITIALIZATION = 1#
- LOCAL_KEY = 4#
- SET_FRAME = 5#
- SYNC_EVENT_RECEIVED = 3#
- UNKNOWN = 0#
- ZOOM_TO_POINT = 2#
- pynaviz.utils.check_processes()[source]#
Simple function to check all Python processes.
Common usage: while using the debugger, call to check which python processes are active after each line of code. Note that you may need to wait a few seconds when a new process is started.
Notes
Needs psutils
- pynaviz.utils.get_plot_attribute(plot, attr_name, filter_graphic=None)[source]#
Auxiliary safe function for debugging.