Esempio n. 1
0
 def verboseDumpObjects(self, event=None):
     """Print a more verbose listing of all existing Python objects."""
     g.printGcVerbose()
Esempio n. 2
0
 def verboseDumpObjects(self, event=None):
     '''Print a more verbose listing of all existing Python objects.'''
     old = g.trace_gc
     g.trace_gc = True
     g.printGcVerbose()
     g.trace_gc = old
Esempio n. 3
0
 def verboseDumpObjects(self, event=None):
     '''Print a more verbose listing of all existing Python objects.'''
     old = g.trace_gc
     g.trace_gc = True
     g.printGcVerbose()
     g.trace_gc = old
Esempio n. 4
0
 def verboseDumpObjects(self, event=None):
     '''Print a more verbose listing of all existing Python objects.'''
     g.printGcVerbose()