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

Public Member Functions

 __new__ (cls, name, bases, ns, total=True)
 
 __subclasscheck__ (cls, other)
 

Member Function Documentation

◆ __new__()

pip._vendor.typing_extensions._TypedDictMeta.__new__ (   cls,
  name,
  bases,
  ns,
  total = True 
)
Create new typed dict class object.

This method is called when TypedDict is subclassed,
or when TypedDict is instantiated. This way
TypedDict supports all three syntax forms described in its docstring.
Subclasses and instances of TypedDict return actual dictionaries.

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