HEX
Server: LiteSpeed
System: Linux us-phx-web1284.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u300739242 (300739242)
PHP: 8.2.30
Disabled: system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/typish/__init__.py
from typish._meta import __version__
from typish._types import (
    T,
    KT,
    VT,
    Empty,
    Unknown,
    Module,
    NoneType,
    Ellipsis_,
    EllipsisType,
)
from typish.classes._cls_dict import ClsDict
from typish.classes._cls_function import ClsFunction
from typish.classes._literal import Literal, LiteralAlias, is_literal_type
from typish.classes._something import Something, TypingType
from typish.classes._subscriptable_type import SubscriptableType
from typish.classes._union_type import UnionType
from typish.decorators._hintable import hintable
from typish.functions._common_ancestor import (
    common_ancestor,
    common_ancestor_of_types
)
from typish.functions._get_alias import get_alias
from typish.functions._get_args import get_args
from typish.functions._get_mro import get_mro
from typish.functions._get_origin import get_origin
from typish.functions._get_simple_name import get_simple_name
from typish.functions._get_type import get_type
from typish.functions._get_type_hints_of_callable import (
    get_args_and_return_type,
    get_type_hints_of_callable
)
from typish.functions._instance_of import instance_of
from typish.functions._is_type_annotation import is_type_annotation
from typish.functions._is_optional_type import is_optional_type
from typish.functions._subclass_of import subclass_of
from typish.functions._is_from_typing import is_from_typing
from typish._state import State, register_get_type