openteamsinc / type_extensions

Importable mixin methods for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type_extensions

Importable mixin methods for Python.

Description

The type_extensions package defines decorators that make it possible to define typed extension methods outside the original class definition in a separate module. The methods defined by a type_extension module may be imported and used in other modules without polluting the the original class definition for other modules.

Note

This project has been set up using PyScaffold 3.2. For details and usage information on PyScaffold see https://pyscaffold.org/.

About

Importable mixin methods for Python.

License:MIT License


Languages

Language:Jupyter Notebook 54.8%Language:Python 45.2%