Table of Contents
Code to count various built-in objects. It isn't comprehensive yet.
getname ( t )
Produce a name for a type.
roots ()
Return a list of roots for scanning.
BaseObject
CodeObject
Wraps a code object.
DictObject
Wraps a dictionary.
FrameObject
Wraps a frame. Used to set size accurately.
GCObject
Wraps an object, trying to find its children using the GC.
InstanceObject
Wraps an old-style instance.
ListObject
Wraps a list.
Missing
ModuleObject
Wraps a module.
NotYetImplemented
Object
Wraps object.
SetObject
Wraps a set or frozenset.
SimpleGCObject
A GCed object which can safely be printed.
SimpleObject
SliceObject
Wraps a slice object.
StringObject
Wraps a string.
TupleObject
Wraps a tuple.
UnicodeObject
Wraps a unicode string.