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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 183 msg, (filename, lineno, offset, badline) = value.args
189 if badline is not None:
190 lines.append(' %s\n' % badline.strip())
192 caretspace = badline.rstrip('\n')[:offset].lstrip()
tabnanny.py 117 badline = nag.get_lineno()
120 print "%r: *** Line %d: trouble in tab city! ***" % (file, badline)
126 else: print file, badline, repr(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 183 msg, (filename, lineno, offset, badline) = value.args
189 if badline is not None:
190 lines.append(' %s\n' % badline.strip())
192 caretspace = badline.rstrip('\n')[:offset].lstrip()
tabnanny.py 117 badline = nag.get_lineno()
120 print "%r: *** Line %d: trouble in tab city! ***" % (file, badline)
126 else: print file, badline, repr(line)

Completed in 2223 milliseconds