Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ readlines
Method
readlines
recipes/Python/572196_RSA/recipe-572196.py:225–229 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
223
break
224
return
ret
225
def
readlines(self):
226
ret=[]
227
while
ret[-1]:
228
ret.append(self.readline())
229
return
ret[:-1]
230
def
next(self):
231
ret=self.readline()
232
if
len(ret)==0:
Callers
15
watch
Function · 0.45
copy
Method · 0.45
rename
Function · 0.45
recipe-578164.py
File · 0.45
charge_boite
Function · 0.45
findcity
Function · 0.45
compose
Function · 0.45
recipe-66541.py
File · 0.45
configure
Function · 0.45
recipe-52228.py
File · 0.45
recipe-65109.py
File · 0.45
test_compare
Function · 0.45
Calls
2
readline
Method · 0.95
append
Method · 0.45
Tested by
1
test_compare
Function · 0.36