![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, origin, metadata) | |
| copy_with (self, params) | |
| __repr__ (self) | |
| __reduce__ (self) | |
| __eq__ (self, other) | |
| __hash__ (self) | |
Runtime representation of an annotated type. At its core 'Annotated[t, dec1, dec2, ...]' is an alias for the type 't' with extra annotations. The alias behaves like a normal typing alias, instantiating is the same as instantiating the underlying type, binding it to types is also the same.