Beispiel #1
0
 def dumpAllObjects(self, event=None):
     """Print a summary of all existing Python objects."""
     g.printGcAll()
Beispiel #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
Beispiel #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
Beispiel #4
0
 def dumpAllObjects(self, event=None):
     '''Print a summary of all existing Python objects.'''
     g.printGcAll()