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

Method __edit

recipes/Python/492215_diskdemopy/recipe-492215.py:315–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313
314 # Get New Lines
315 def __edit(self):
316 lines = []
317 while True:
318 try:
319 lines.append(raw_input())
320 except:
321 break
322 return '\n'.join(lines)
323
324################################################################################
325

Callers 1

__menuMethod · 0.95

Calls 2

appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected