MCPcopy Create free account
hub / github.com/ActiveState/code / eof

Method eof

recipes/Python/578138_gprof2dotpy/recipe-578138.py:654–656  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

652 return line
653
654 def eof(self):
655 assert self.__line is not None
656 return self.__eof
657
658
659XML_ELEMENT_START, XML_ELEMENT_END, XML_CHARACTER_DATA, XML_EOF = list(range(4))

Callers 5

parseMethod · 0.45
parse_emptyMethod · 0.45
readlineMethod · 0.45
parseMethod · 0.45
parse_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected