Searched refs:linenum (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | _exceptions.py | 94 linenum = self.getLineNumber() 95 if linenum is None: 96 linenum = "?" 100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | _exceptions.py | 94 linenum = self.getLineNumber() 95 if linenum is None: 96 linenum = "?" 100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | difflib.py | 1862 def _format_line(self,side,flag,linenum,text): argument 1871 linenum = '%d' % linenum 1872 id = ' id="%s%s"' % (self._prefix[side],linenum) 1883 % (id,linenum,text)
|