===================== Method Call Diagrams ===================== These diagrams only represent method or function calls. They are sorted in classes or, if not object-oriented, in function groups (including sub-functions). They provide a quick overview of where (line numbers) certain methods are called. In the complete overview, the cross-file calls are also visible. Complete overview ================= .. figure:: /_static/pyan/mosaik_nodef.py.dot.* :width: 100% :align: center :alt: No methods! (click to enlarge) __init__.py =========== (No methods to call!) _debug.py ========= .. figure:: /_static/pyan/_debug_nodef.py.dot.* :width: 50% :align: center :alt: _debug.dot.py (click to enlarge) _version.py =========== (No methods to call!) exceptions.py ============= .. figure:: /_static/pyan/exceptions_nodef.py.dot.* :width: 100% :align: center :alt: exceptions.py (click to enlarge) scenario.py =========== .. figure:: /_static/pyan/scenario_nodef.py.dot.* :width: 100% :align: center :alt: scenario.py (click to enlarge) scheduler.py ============ .. figure:: /_static/pyan/scheduler_nodef.py.dot.* :width: 100% :align: center :alt: scheduler.py (click to enlarge) simmanager.py ============= .. figure:: /_static/pyan/simmanager_nodef.py.dot.* :name: simmanager :alt: simmanager :align: center :width: 100% (click to enlarge) util.py ======= .. figure:: /_static/pyan/util_nodef.py.dot.* :width: 100% :align: center :alt: util.py (click to enlarge)