Warning, file /education/cantor/src/backends/python/variables_cleaner.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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