betty.typing module#
Providing typing utilities.
- class betty.typing.Intersection#
Bases:
objectA fake intersection type that works runtime, until https://github.com/astral-sh/ty/issues/2084 is fixed.
- class betty.typing.Not#
Bases:
objectA fake negation type that works runtime, until https://github.com/astral-sh/ty/issues/2084 is fixed.