File indexing completed on 2024-04-28 11:20:37

0001 for keyPythonBackend in dir():
0002   if (not 'PythonBackend' in keyPythonBackend)\
0003       and (not '__' in keyPythonBackend):
0004     del(globals()[keyPythonBackend])
0005 
0006 del(keyPythonBackend)