mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
* API Instead of having a single `load` function that exposes in its API some elements only applicable to initializing a graph from a templates, split it into 2 distinct functions: `load` and `initFromTemplate`. Apply those changes to users of the API (UI, CLI), and simplify Graph wrapper classes to better align with those concepts. * Deserialization Reduce the cognitive complexity of the deserizalization process by splitting it into more atomic functions, while maintaining the current behavior. |
||
---|---|---|
.. | ||
desc | ||
__init__.py | ||
attribute.py | ||
cgroup.py | ||
exception.py | ||
graph.py | ||
node.py | ||
nodeFactory.py | ||
stats.py | ||
submitter.py | ||
taskManager.py | ||
typing.py | ||
utils.py |