class documentation

class Proxy: (source)

Known subclasses: astroid.bases.BaseInstance, astroid.bases.UnboundMethod, astroid.objects.DictItems, astroid.objects.DictKeys, astroid.objects.DictValues

View In Hierarchy

a simple proxy object

Note:

Subclasses of this object will need a custom __getattr__ if new instance attributes are created. See the Const class

Method __getattr__ Undocumented
Method __init__ Undocumented
Method infer Undocumented
Instance Variable _proxied Undocumented
def __getattr__(self, name): (source)
overridden in astroid.nodes.Const

Undocumented

def infer(self, context=None): (source)

Undocumented

_proxied = (source)

Undocumented