Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 585 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 585 Bytes

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/.