Module protkit.core
This module contains the core classes and functions for the protkit package.
Expand source code
"""
This module contains the core classes and functions for the protkit package.
"""
from .extend_attributes import ExtendedAttributes
Sub-modules
protkit.core.extend_attributes
-
Class
ExtendedAttributes
defines a set of methods that is used to manage the properties for an object. These methods are available to the object by …