colour.hints.Any#

class colour.hints.Any(*args, **kwargs)[source]#

Special type indicating an unconstrained type.

  • Any is compatible with every type.

  • Any assumed to have all methods.

  • All values assumed to be instances of Any.

Note that all the above statements are true from the point of view of static type checkers. At runtime, Any should not be used with instance checks.

__init__()#

Methods

__init__()