HomeSort by relevance Sort by last modified time
    Searched refs:DictNode (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Interpreter.py 27 optlist is a list of nodes, while optdict is a DictNode (the
56 assert isinstance(optdict, DictNode)
AnalysedTreeTransforms.py 3 from ExprNodes import DictNode, DictItemNode, NameNode, UnicodeNode
45 rhs=DictNode(pos, key_value_pairs=self.tests))
Parsing.py 486 keyword_dict = ExprNodes.DictNode(
963 return ExprNodes.DictNode(pos, key_value_pairs = [])
1009 return ExprNodes.DictNode(pos, key_value_pairs=items)
1013 return ExprNodes.DictNode(pos, key_value_pairs = [])
    [all...]
FusedNode.py 24 __signatures__ A DictNode mapping signature specialization strings
733 self.__signatures__ = ExprNodes.DictNode.from_pairs(self.pos,
752 # nodes in the self.__signatures__ dictnode.
Visitor.py 479 if keyword_args and not isinstance(keyword_args, ExprNodes.DictNode):
ExprNodes.py     [all...]
Optimize.py     [all...]
ParseTreeTransforms.py 231 if not isinstance(decl.default, ExprNodes.DictNode):
    [all...]
Nodes.py     [all...]

Completed in 542 milliseconds