Table of Contents

Class: shadow ./shadow.py

This is the shadow base class

Methods   
__getattr__
__init__
__setattr__
rename
  __getattr__ 
__getattr__ ( self,  a )

Exceptions   
AttributeError, a
  __init__ 
__init__ ( self,  object )

  __setattr__ 
__setattr__ (
        self,
        a,
        val,
        )

Exceptions   
AttributeError, a
  rename 
rename ( self,  name )

Tries to set the name of the object to name. If the name already exists, a unique name is created by appending a version number (e.g. .001) to name. The effective name is returned.


Table of Contents

This document was automatically generated on Mon Feb 25 13:52:14 2002 by HappyDoc version r1_5