class typing.Any
Special type indicating an unconstrained type.
- Any object is an instance of
Any. - Any class is a subclass of
Any. - As a special case,
Anyandobjectare subclasses of each other.
class typing.Any
Special type indicating an unconstrained type.
Any.Any.Any and object are subclasses of each other.
Please login to continue.