Home
last modified time | relevance | path

Searched refs:_other_other_fields (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py470 _other_other_fields = ("locals", "globals") variable in Module
888 _other_other_fields = ("locals",) variable in GeneratorExp
981 _other_other_fields = ("locals",) variable in DictComp
1084 _other_other_fields = ("locals",) variable in SetComp
1224 _other_other_fields = ("locals",) variable in ListComp
1297 _other_other_fields = ("locals",) variable in Lambda
1533 _other_other_fields = ( variable in FunctionDef
2177 _other_other_fields = ("locals", "_newstyle") variable in ClassDef
H A Dnode_ng.py83 _other_other_fields: ClassVar[typing.Tuple[str, ...]] = () variable in NodeNG
734 fields.extend(node._other_other_fields)
H A Dnode_classes.py1320 _other_other_fields = ("type_annotation",) variable in Assign
2782 _other_other_fields = ("type_annotation",) variable in For
4549 _other_other_fields = ("type_annotation",) variable in With