class documentation

class InferenceTip__all__Variable(ext.AstroidInferenceTip): (source)

View In Hierarchy

Infernce tip for the __all__ variable. Accounts for module level modifications of the __all__ list.

Method inference_tip Undocumented
Method predicate Undocumented

Inherited from AstroidInferenceTip:

Property _transform_func Undocumented

Inherited from _AstroidTransform (via AstroidInferenceTip):

Method register Undocumented
Method unregister Undocumented
Instance Variable root Undocumented
Property node_class Which node class this inference tip applies to.
def inference_tip(self, node, ctx): (source)

Undocumented

Parameters
node:astroid.nodes.AssignNameUndocumented
ctx:AnyUndocumented
Returns
astroid.nodes.NodeNGUndocumented
def predicate(self, node): (source)

Undocumented

Parameters
node:astroid.nodes.AssignNameUndocumented
Returns
boolUndocumented