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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestMemView.py 13 def not_parseable(self, expected_error, s): member in class:TestMemviewParsing
43 self.not_parseable(u"An axis specification in memoryview declaration does not have a ':'.",
45 self.not_parseable(u"An axis specification in memoryview declaration does not have a ':'.",
57 self.not_parseable(u"Expected ']'",
64 self.not_parseable(u"Expected an identifier or literal",
66 self.not_parseable(u"Expected ']'",
TestBuffer.py 17 def not_parseable(self, expected_error, s): member in class:TestBufferParsing
36 self.not_parseable("Non-keyword arg following keyword arg",

Completed in 936 milliseconds