Searched refs:is_pyclass_attr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py153 return (entry.is_local or entry.is_pyclass_attr or entry.is_arg or
590 or entry.is_pyclass_attr or entry.type.is_error):
622 if (not assmt.refs and not assmt.entry.is_pyclass_attr
636 and not entry.is_pyclass_attr):
H A DSymtab.py61 # is_pyclass_attr boolean Is a name in a Python class namespace
135 is_pyclass_attr = 0 variable in class:Entry
1733 entry.is_pyclass_attr = 1
H A DParseTreeTransforms.py1851 if entry.is_pyglobal and not entry.is_pyclass_attr:
H A DExprNodes.py1856 elif entry.is_pyclass_attr:
1952 elif entry.is_pyclass_attr:
2068 elif self.entry.is_pyclass_attr:

Completed in 155 milliseconds