Table of Contents

Module: shadow mudlib/shadow.py

Shadows provide dynamic runtime extension.

When an object is "shadowed", it is dynamically extended by the shadow: all of the methods in the shadow are added to the object, and any redefined methods in the shadow override methods in the object. When the shadow is removed, the object returns to normal.

Imported modules   
import living
from org.bluesock.bluemud.lib import MudObject
import stdlib
Classes   
Shadow

Base class for all shadows.


Table of Contents

This document was automatically generated on Thu Jan 24 08:57:43 2002 by HappyDoc version 2.0