class documentation

class FunctionModel(ObjectModel): (source)

Known subclasses: astroid.brain.brain_functools.LruWrappedModel, astroid.interpreter.objectmodel.BoundMethodModel, astroid.interpreter.objectmodel.GeneratorModel

View In Hierarchy

Undocumented

Property attr​_​_​_annotations__ Undocumented
Property attr​_​_​_defaults__ Undocumented
Property attr​_​_​_dict__ Undocumented
Property attr​_​_​_doc__ Undocumented
Property attr​_​_​_get__ Undocumented
Property attr​_​_​_kwdefaults__ Undocumented
Property attr​_​_​_module__ Undocumented
Property attr​_​_​_name__ Undocumented
Property attr​_​_​_ne__ Undocumented
Property attr​_​_​_qualname__ Undocumented

Inherited from ObjectModel:

Method __call__ Undocumented
Method __contains__ Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method attributes Get the attributes which are exported by this object model.
Method lookup Look up the given name in the current model
Instance Variable _instance Undocumented
@property
attr___annotations__ = (source)

Undocumented

@property
attr___defaults__ = (source)

Undocumented

@property
attr___dict__ = (source)

Undocumented

@property
attr___doc__ = (source)
@property
attr___get__ = (source)

Undocumented

@property
attr___kwdefaults__ = (source)

Undocumented

@property
attr___module__ = (source)

Undocumented

@property
attr___name__ = (source)
@property
attr___ne__ = (source)

Undocumented

@property
attr___qualname__ = (source)

Undocumented