Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
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):
DSymtab.py135 is_pyclass_attr = 0 variable in Entry
1733 entry.is_pyclass_attr = 1
DParseTreeTransforms.py1851 if entry.is_pyglobal and not entry.is_pyclass_attr:
DExprNodes.py1856 elif entry.is_pyclass_attr:
1952 elif entry.is_pyclass_attr:
2068 elif self.entry.is_pyclass_attr: