Table of Contents

Module: rules src/cpython/rules.py

Code to count various built-in objects. It isn't comprehensive yet.

Functions   
getname
roots
  getname 
getname ( t )

Produce a name for a type.

  roots 
roots ()

Return a list of roots for scanning.

Classes   

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.


Table of Contents

This document was automatically generated on Mon Apr 3 22:34:29 2006 by HappyDoc version 2.1