devel_numpy_c_api_python ======================== Devel NumPy: optional --------------------- Optional NumPy import pattern. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_python/t01_numpy_optional.py :language: python NumPy conversion (Python) ------------------------- Optional NumPy usage with explicit import. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_python/t01_numpy_usage.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_python/t02_dataclass_example.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_python/t03_dataclass_example.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numpy_c_api_python/t04_dataclass_example.py :language: python