module documentation

Undocumented

Function IntVar Undocumented
Constant PEP_560 Undocumented
Type Variable KT Undocumented
Type Variable T Undocumented
Type Variable T_co Undocumented
Type Variable T_contra Undocumented
Type Variable VT Undocumented
Class _ConcatenateGenericAlias Undocumented
Class _ExtensionsGenericMeta No class docstring; 1/1 method documented
Function _check_generic Undocumented
Function _concatenate_getitem Undocumented
Function _get_protocol_attrs Undocumented
Function _gorg This function exists for compatibility with old typing versions.
Function _is_callable_members_only Undocumented
Function _no_slots_copy Undocumented
Constant _PROTO_WHITELIST Undocumented
def IntVar(name): (source)

Undocumented

Undocumented

Value
(sys.version_info[:3] >= (3, 7, 0))

Undocumented

Value
typing.TypeVar('KT')

Undocumented

Value
typing.TypeVar('T')

Undocumented

Value
typing.TypeVar('T_co',
               covariant=True)
T_contra = (source)

Undocumented

Value
typing.TypeVar('T_contra',
               contravariant=True)

Undocumented

Value
typing.TypeVar('VT')
def _check_generic(cls, parameters): (source)

Undocumented

@typing._tp_cache
def _concatenate_getitem(self, parameters): (source)

Undocumented

def _get_protocol_attrs(cls): (source)

Undocumented

def _gorg(cls): (source)

This function exists for compatibility with old typing versions.

def _is_callable_members_only(cls): (source)

Undocumented

def _no_slots_copy(dct): (source)

Undocumented

_PROTO_WHITELIST: list[str] = (source)

Undocumented

Value
['Callable',
 'Awaitable',
 'Iterable',
 'Iterator',
 'AsyncIterable',
 'AsyncIterator',
 'Hashable',
...