SILENT KILLERPanel

Current Path: > > opt > hc_python > > lib > python3.12 > > site-packages > > aenum


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/hc_python//lib/python3.12//site-packages//aenum

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
doc Directory - -
CHANGES File 10108 bytes April 04 2025 08:02:21.
LICENSE File 1525 bytes April 04 2025 08:02:21.
__init__.py File 1130 bytes April 04 2025 08:02:21.
_common.py File 8203 bytes April 04 2025 08:02:21.
_constant.py File 5370 bytes April 04 2025 08:02:21.
_enum.py File 127043 bytes April 04 2025 08:02:21.
_py2.py File 184 bytes April 04 2025 08:02:21.
_py3.py File 406 bytes April 04 2025 08:02:21.
_tuple.py File 19103 bytes April 04 2025 08:02:21.
test.py File 285743 bytes April 04 2025 08:02:21.
test_v3.py File 79695 bytes April 04 2025 08:02:21.
test_v37.py File 2850 bytes April 04 2025 08:02:21.

Reading File: //opt/hc_python//lib/python3.12//site-packages//aenum/__init__.py

"""Python Advanced Enumerations & NameTuples"""
from __future__ import print_function

version = 3, 1, 15

# imports
from ._common import *
from ._constant import *
from ._tuple import *
from ._enum import *


__all__ = [
        'NamedConstant', 'Constant', 'constant', 'skip', 'nonmember', 'member', 'no_arg',
        'Member', 'NonMember', 'bin', 
        'Enum', 'IntEnum', 'AutoNumberEnum', 'OrderedEnum', 'UniqueEnum',
        'StrEnum', 'UpperStrEnum', 'LowerStrEnum', 'ReprEnum',
        'Flag', 'IntFlag', 'enum_property',
        'AddValue', 'MagicValue', 'MultiValue', 'NoAlias', 'Unique',
        'AddValueEnum', 'MultiValueEnum', 'NoAliasEnum',
        'enum', 'extend_enum', 'unique', 'property',
        'NamedTuple', 'SqliteEnum', '_reduce_ex_by_name',
        'FlagBoundary', 'STRICT', 'CONFORM', 'EJECT', 'KEEP',
        'add_stdlib_integration', 'remove_stdlib_integration'
        ]

if sqlite3 is None:
    __all__.remove('SqliteEnum')


if PY2:
    from . import _py2
    __all__.extend(_py2.__all__)
else:
    from . import _py3
    __all__.extend(_py3.__all__)
    __all__.append('AutoEnum')



# helpers


SILENT KILLER Tool