Exemple #1
0
 def dumpAllObjects(self, event=None):
     """Print a summary of all existing Python objects."""
     g.printGcAll()
Exemple #2
0
 def dumpAllObjects(self, event=None):
     '''Print a summary of all existing Python objects.'''
     old = g.trace_gc
     g.trace_gc = True
     g.printGcAll()
     g.trace_gc = old
Exemple #3
0
 def dumpAllObjects(self, event=None):
     '''Print a summary of all existing Python objects.'''
     old = g.trace_gc
     g.trace_gc = True
     g.printGcAll()
     g.trace_gc = old
Exemple #4
0
 def dumpAllObjects(self, event=None):
     '''Print a summary of all existing Python objects.'''
     g.printGcAll()