type_hinting

This module contains type hinting utilities for the VmaxBuilder project. These include ready-made Union types to be imported, as well as custom type hints for commonly used data structures within the project. It also includes a function used in development and debugigng for checking the necessary type hint for an object.

Classes

TypeNode(name[, args])

Generated: validation needed.

UnionNode(members)

Generated: validation needed.

Functions

parse_type_hint(_object, *[, use_Union])

Generated: validation needed.