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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
StringEncoding.py 78 s = BytesLiteral(join_bytes(self.chars))
152 class BytesLiteral(_bytes):
Parsing.py 9 BytesLiteral=object, StringEncoding=object,
23 from StringEncoding import EncodedString, BytesLiteral, _unicode, _bytes
717 return ExprNodes.BytesNode(pos, value=BytesLiteral(value))
754 bytes_value = BytesLiteral( StringEncoding.join_bytes(bstrings) )
    [all...]
Optimize.py 4 cython.declare(UtilityCode=object, EncodedString=object, BytesLiteral=object,
18 from StringEncoding import EncodedString, BytesLiteral
291 bytes_value = BytesLiteral(slice_node.value.encode('latin1'))
    [all...]
ExprNodes.py     [all...]

Completed in 139 milliseconds