MCPcopy
hub / github.com/evalplus/evalplus / readlines

Method readlines

evalplus/eval/utils.py:90–91  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

88 raise IOError
89
90 def readlines(self, *args, **kwargs):
91 raise IOError
92
93 def readable(self, *args, **kwargs):
94 """Returns True if the IO object can be read."""

Callers 15

fix_v011.pyFile · 0.80
evolveFunction · 0.80
debug_outputFunction · 0.80
fix_v015.pyFile · 0.80
evolveFunction · 0.80
fix_v017.pyFile · 0.80
fix_v012.pyFile · 0.80
fix_v013.pyFile · 0.80
fix_v016.pyFile · 0.80
fix_v014.pyFile · 0.80
evolveFunction · 0.80
fix_v018.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected