OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxds
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/
TestUtils.py
87
def fragment(self, code,
pxds
={}, pipeline=[]):
92
return TreeFragment(code, name,
pxds
, pipeline=pipeline)
142
def run_pipeline(self, pipeline, pyx,
pxds
={}):
143
tree = self.fragment(pyx,
pxds
).root
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TreeFragment.py
33
def parse_from_strings(name, code,
pxds
={}, level=None, initial_pos=None,
201
def __init__(self, code, name="(tree fragment)",
pxds
={}, temps=[], pipeline=[], level=None, initial_pos=None):
207
for key, value in
pxds
.iteritems():
220
if
pxds
!= {}: raise NotImplementedError()
Pipeline.py
61
for name, (statlistnode, scope) in context.
pxds
.iteritems():
Main.py
35
#
pxds
{string : ModuleNode} Trees for the
pxds
used in the pyx.
71
self.
pxds
= {} # full name -> node tree
171
self.
pxds
[module_name] = (pxd_codenodes, pxd_scope)
Completed in 97 milliseconds