Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuiltin.py372 attribute_name, allow_pyobject=True)
DSymtab.py1643 allow_pyobject = 0): argument
1654 if type.is_pyobject and not allow_pyobject:
2085 allow_pyobject = 0, defining = 0): argument
2100 if type.is_pyobject and not allow_pyobject:
DExprNodes.py7412 allow_pyobject=True)
7417 allow_pyobject=False)
DNodes.py730 scope.declare_var(arg.name, arg.type, arg.pos, allow_pyobject = 1)