skrf.circuit.Circuit._REDUCE_OPTIONS
Attributes
|
|
|
|
|
|
|
|
|
Methods
|
|
|
D.clear() -> None. |
|
D.copy() -> a shallow copy of D |
|
Create a new dictionary with keys from iterable and values set to value. |
|
Return the value for key if key is in the dictionary, else default. |
|
D.items() -> a set-like object providing a view on D's items |
|
D.keys() -> a set-like object providing a view on D's keys |
|
D.pop(k[,d]) -> v, remove specified key and return the corresponding value. |
|
Remove and return a (key, value) pair as a 2-tuple. |
|
Insert key with a value of default if key is not in the dictionary. |
|
D.update([E, ]**F) -> None. |
|
D.values() -> an object providing a view on D's values |