HomeSort by relevance Sort by last modified time
    Searched full:is_string_literal (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py 133 if node.expr.is_string_literal:
294 if expr.is_sequence_constructor or expr.is_string_literal ]) < 2:
469 elif rhs.is_string_literal:
    [all...]
ExprNodes.py 293 is_string_literal = 0 variable in class:ExprNode
1182 is_string_literal = True variable in class:BytesNode
1275 is_string_literal = True variable in class:UnicodeNode
1382 is_string_literal = True variable in class:StringNode
    [all...]
Optimize.py     [all...]
Parsing.py     [all...]

Completed in 235 milliseconds