module_python ============= Registry pattern ---------------- Simple in-module registry pattern. .. literalinclude:: ../../../../../scikitplot/cython/_templates/module_python/t01_model_registry.py :language: python Module layout (Python) ---------------------- Example of __all__ and a small class. .. literalinclude:: ../../../../../scikitplot/cython/_templates/module_python/t01_module_layout.py :language: python Module: package build --------------------- Notes and example for build_package_from_code. .. literalinclude:: ../../../../../scikitplot/cython/_templates/module_python/t01_package_build_notes.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/module_python/t02_dataclass_example.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/module_python/t03_dataclass_example.py :language: python