Searched defs:can_coerce_to_char_literal (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py1210 def can_coerce_to_char_literal(self): member in class:BytesNode
1223 if not self.can_coerce_to_char_literal():
1303 if not self.can_coerce_to_char_literal():
1329 def can_coerce_to_char_literal(self): member in class:UnicodeNode
1417 def can_coerce_to_char_literal(self): member in class:StringNode
9819 if operand1.is_string_literal and operand1.can_coerce_to_char_literal():
9821 if operand2.is_string_literal and operand2.can_coerce_to_char_literal():

Completed in 264 milliseconds