retry in try:...except:
Dan Parisien
dan at eevolved.com
Sun Feb 11 15:30:44 EST 2001
More information about the Python-list mailing list
Sun Feb 11 15:30:44 EST 2001
- Previous message (by thread): How to label loops?
- Next message (by thread): retry in try:...except:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Does something like this exist
def getval(self, key)
try:
return self.__keys[key]
except KeyError:
self.__keys[key] = None
retry #!!!!
thanks,
Dan
- Previous message (by thread): How to label loops?
- Next message (by thread): retry in try:...except:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list