/usr/lib64/python2.6/site-packages/mx/BeeBase
NameSizeModeActions
mxBeeBase/-0755rm
BeeBase.py4860644editdlrm
BeeBase.pyc6360644editdlrm
BeeBase.pyo6360644editdlrm
BeeDict.py515460644editdlrm
BeeDict.pyc494510644editdlrm
BeeDict.pyo490180644editdlrm
BeeIndex.py6270644editdlrm
BeeIndex.pyc7680644editdlrm
BeeIndex.pyo7680644editdlrm
BeeStorage.py360760644editdlrm
BeeStorage.pyc318500644editdlrm
BeeStorage.pyo318500644editdlrm
Cache.py67380644editdlrm
Cache.pyc65150644editdlrm
Cache.pyo65150644editdlrm
COPYRIGHT20490644editdlrm
ExitFunctions.py23080644editdlrm
ExitFunctions.pyc28780644editdlrm
ExitFunctions.pyo28780644editdlrm
FileLock.py124190644editdlrm
FileLock.pyc120940644editdlrm
FileLock.pyo120940644editdlrm
LICENSE45870644editdlrm
README1420644editdlrm
showBeeDict.pyc22890644editdlrm
showBeeDict.pyo22890644editdlrm
__init__.py3940644editdlrm
__init__.pyc5560644editdlrm
__init__.pyo5560644editdlrm
Edit: /usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyc (2878B)
Ñò *qp:c@sDdZddkZddkZdZddd„ƒYZeƒZdS(sî Central Registry for sys.exitfunc()-type functions Copyright (c) 1997-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com See the documentation for further information on copyrights, or contact the author. All Rights Reserved. iÿÿÿÿNs0.1tExitFunctionDispatchercBsJeZdZd„Zeiieieid„Z dd„Z d„Z RS(sŠ Singleton that manages exit functions. These function will be called upon system exit in reverse order of their registering. cCsBg|_ttdƒoti|_n d|_|it_dS(s2 Install the dispatcher as sys.exitfunc() texitfuncN(t exitfunc_listthasattrtsysRt old_exitfunctNone(tself((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyt__init__s   cCscxD|iD]9}y |ƒWq |d|iƒ|d|ƒq Xq W|io|iƒndS(sw This is the exitfunc that we install to dispatch the processing to the registered other functions s'Error while executing Exitfunction %s: i N(Rt__name__R(Rtwritet print_exctstderrtf((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyRs   icCs?|djo|t|iƒd}n|ii||ƒdS(s¦ Register f as exit function. These functions must not take parameters. - position = 0: register the function at the beginning of the list; these functions get called before the functions already in the list (default) - position = -1: register the function at the end of the list; the function will get called after all other functions iiN(tlenRtinsert(RR tposition((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pytregister-s cCs"y|ii|ƒWnnXdS(sv Remove the function f from the exitfunc list; if it is not found, the error is silently ignored. N(Rtremove(RR ((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyt deregister;s( R t __module__t__doc__RRR R t tracebackR RRR(((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyR s   ((RRRt __version__Rt ExitFunctions(((s>/usr/lib64/python2.6/site-packages/mx/BeeBase/ExitFunctions.pyts;