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

Public Member Functions

 __init__ (self, origin, metadata)
 
 copy_with (self, params)
 
 __repr__ (self)
 
 __reduce__ (self)
 
 __eq__ (self, other)
 
 __hash__ (self)
 

Detailed Description

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.

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