![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| __init__ (self, callable) | |
| get_first_param_type (self) | |
| get_return_type (self) | |
Public Attributes | |
| sig | |
Extract type annotations from a callable, returning None whenever there is none.
| attr._compat._AnnotationExtractor.get_first_param_type | ( | self | ) |
Return the type annotation of the first argument if it's not empty.
| attr._compat._AnnotationExtractor.get_return_type | ( | self | ) |
Return the return type if it's not empty.