Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._vendor.typing_extensions.Any Class Reference
Inheritance diagram for pip._vendor.typing_extensions.Any:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.typing_extensions.Any:
Collaboration graph
[legend]

Public Member Functions

 __new__ (cls, *args, **kwargs)
 
- Public Member Functions inherited from pip._vendor.typing_extensions._AnyMeta
 __instancecheck__ (self, obj)
 
 __repr__ (self)
 

Detailed Description

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.

The documentation for this class was generated from the following file: