Lines Matching defs:read
93 UNABLE_READ_INFO_PYTHON_FRAME = 'Unable to read information on python frame'
257 # RuntimeError: Can't even read the object at all?
638 def read(it):
642 b = read(it)
646 b = read(it)
664 first_byte = read(it)
686 column = read(it)
687 end_column = read(it)
690 second_byte = read(it)
1754 return ('PyCFunction invocation (unable to read %s: '
1757 return 'PyCFunction invocation (unable to read %s)' % arg_name
1765 return ('<wrapper_call invocation (unable to read %s: '
1768 return '<wrapper_call invocation (unable to read %s)>' % arg_name
1853 sys.stdout.write('#%i (unable to read python frame information)\n' % self.get_index())
1876 sys.stdout.write(' (unable to read python frame information)\n')
1934 print('Unable to read python frame line number')