Searched refs:getpos (Results 1 – 10 of 10) sorted by relevance
124 raise HTMLParseError(message, self.getpos())314 lineno, offset = self.getpos()
1837 getpos = pickle.tell1839 getpos = lambda: None function1842 pos = getpos()
41 def getpos(self): member in ParserBase
2273 getpos = data.tell2275 getpos = lambda: None function2278 pos = getpos()2293 yield opcode, arg, pos, getpos()
40 def getpos(self): member in ParserBase
331 lineno, offset = self.getpos()
1229 getpos(struct file *file) in getpos() function2867 getpos(file); in process_chunk()2947 getpos(file); in process_chunk()3241 getpos(file); in read_callback()
109 .. method:: HTMLParser.getpos()
127 .. method:: HTMLParser.getpos()
1427 OPC(5, OPC_GETPOS, getpos),