package documentation

Undocumented

Module abc_overlay Implementation of special members of Python's abc library.
Module asyncio_types_overlay Implementation of special members of types and asyncio module.
Module attr_overlay Support for the 'attrs' library.
Module chex_overlay Overlay for third-party chex.dataclass decorator.
Module classgen Base support for generating classes from data declarations.
Module collections_overlay Implementation of types from Python 2's collections library.
Module dataclass_overlay Support for dataclasses.
Module enum_overlay Overlay for the enum standard library.
Module flax_overlay Support for flax.struct dataclasses.
Module functools_overlay Overlay for functools.
Module future_overlay Implementation of special members of the future library.
Module metaclass Add metaclasses to classes.
Module named_tuple Implementation of named tuples.
Module overlay Base class for module overlays.
Module overlay_dict A dictionary of module names to pytype overlays.
Module overlay_utils Utilities for writing overlays.
Module pytype_extensions_overlay Implementation of special members of pytype_extensions.
Module six_overlay Implementation of special members of third_party/six.
Module special_builtins Custom implementations of builtin types.
Module subprocess_overlay Support for the 'subprocess' library.
Module sys_overlay Implementation of special members of sys.
Module typed_dict Implementation of TypedDict.
Module typing_extensions_overlay Implementation of special members of typing_extensions.
Module typing_overlay Implementation of the types in Python 3's typing.py.