extendable-enum
stable
Contents:
Getting Started with extendable-enum
Installation
extendable-enum
Basic Examples
inheritable_enum
auto_null_enum
post_mixin_enum
copy_enum_members
Roadmap
extendable-enum
»
Welcome to extendable-enum’s documentation!
Edit on GitHub
Welcome to extendable-enum’s documentation!
Contents:
Getting Started with extendable-enum
Inheritable Enums
Auto Null Enums
Post Mixin Enums
Copy Enum Members
Installation
extendable-enum
Package Contents
Basic Examples
Create an Inheritable Enum and Subclass
Create an Enum with the Null Member
Create a Custom Base Class for Auto Null Enums
Extend an Externally Defined Enum with Methods
Copy an Existing Enum with Additional Members
inheritable_enum
Decorating a Class with inheritable_enum
The Decorated Class
Restoring the Enum
Subclasses of the Decorated Class
auto_null_enum
The Null Member
Decorating Classes with auto_null_member
OrderedEnums and the Null Member
AutoNullEnum
Decorated and Undecorated Subclasses
post_mixin_enum
copy_enum_members
Decorating a Class with copy_enum_members
The __copied_from__ Attribute
Roadmap