Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
659
XML_ELEMENT_START, XML_ELEMENT_END, XML_CHARACTER_DATA, XML_EOF = list(range(4))
Callers
5
parse
Method · 0.45
parse_empty
Method · 0.45
readline
Method · 0.45
parse
Method · 0.45
parse_event
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected