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

Public Member Functions

 __init__ (self, origin)
 
 __repr__ (self)
 
 __eq__ (self, other)
 
- Public Member Functions inherited from pip._vendor.typing_extensions._Immutable
 __copy__ (self)
 
 __deepcopy__ (self, memo)
 

Detailed Description

The kwargs for a ParamSpec object.

Given a ParamSpec object P, P.kwargs is an instance of ParamSpecKwargs.

ParamSpecKwargs objects have a reference back to their ParamSpec:

P.kwargs.__origin__ is P

This type is meant for runtime introspection and has no special meaning to
static type checkers.

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