Objects¶
Objects that exist while Python runs but have no node of their own, so astroid cannot represent them with the nodes it built from the source.
|
Class representing a FrozenSet composite node. |
|
Proxy class over a super call. |
|
Special kind of instances for dictionaries. |
|
|
|
|
|
|
|
A class representing partial function obtained via functools.partial. |
|
Class representing a Python property. |