Skip to content

types¤

Custom types.

LibType module-attribute ¤

LibType = Literal[
    "cdll",
    "windll",
    "oledll",
    "net",
    "clr",
    "java",
    "com",
    "activex",
]

Supported library types.

PathLike module-attribute ¤

PathLike = Union[str, bytes, PathLike[str], PathLike[bytes]]