Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_parseDecimal
Function · 0.45
_parseDefaultdict
Function · 0.45
_parseOp
Function · 0.45
_parsePass
Function · 0.45
_parseSet
Function · 0.45
_tests
Function · 0.45
parseOne
Function · 0.45
genWhile
Function · 0.45
recipe-66316.py
File · 0.45
_decode
Function · 0.45
popitem
Method · 0.45
mergesort
Function · 0.45
Calls
1
readline
Method · 0.95
Tested by
no test coverage detected