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

Method exit

recipes/Python/271246_pyAlbumpy/recipe-271246.py:332–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330 self.count = self.count + 1
331
332 def exit(self):
333 # Done!
334 print "\n", "Album created!"
335 print "Press <enter> to exit..."
336 if(raw_input()):
337 exit
338
339if __name__ == '__main__':
340

Callers 15

recipe-363786.pyFile · 0.45
recipe-436873.pyFile · 0.45
_parse_arguments2Method · 0.45
checkFilesMethod · 0.45
mainMethod · 0.45
__init__Method · 0.45
watchFunction · 0.45
recipe-300411.pyFile · 0.45
recipe-194364.pyFile · 0.45
mainFunction · 0.45
__init__Method · 0.45
recipe-476224.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected