Home
last modified time | relevance | path

Searched refs:PropertyScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DAnalysedTreeTransforms.py88 if isinstance(node.entry.scope, Symtab.PropertyScope):
DSymtab.py2013 entry.scope = PropertyScope(name,
2206 class PropertyScope(Scope): class