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

Method next

recipes/Python/572196_RSA/recipe-572196.py:230–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

228 ret.append(self.readline())
229 return ret[:-1]
230 def next(self):
231 ret=self.readline()
232 if len(ret)==0:
233 raise StopIteration
234 def __iter__(self):
235 return self
236 def close(self):

Callers 15

_parseDecimalFunction · 0.45
_parseDefaultdictFunction · 0.45
_parseOpFunction · 0.45
_parsePassFunction · 0.45
_parseSetFunction · 0.45
_testsFunction · 0.45
parseOneFunction · 0.45
genWhileFunction · 0.45
recipe-66316.pyFile · 0.45
_decodeFunction · 0.45
popitemMethod · 0.45
mergesortFunction · 0.45

Calls 1

readlineMethod · 0.95

Tested by

no test coverage detected