Changeset 2240

Show
Ignore:
Timestamp:
03/02/08 23:40:04 (5 months ago)
Author:
arj..@yirdis.nl
Message:

updated docstrings of state module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/state.py

    r2211 r2240  
    55Invokations of method and state changing properties are emited to all 
    66functions (or bound methods) registered in the 'observers' set. 
    7 Use observers.add() and observers.remove() to add/remove handlers. 
     7Use `observers.add()` and `observers.remove()` to add/remove handlers. 
    88 
    99This module also contains a second layer: a state inverser. Instead of 
     
    9393 
    9494    ... and enable it again: 
     95 
    9596    >>> enable_dispatching(callme) 
    9697    >>> callme() 
     
    161162    (or add additional values). bind2 does the same for func2. 
    162163 
    163     See revert_handler() for doctesting. 
     164    See `revert_handler()` for doctesting. 
    164165    """ 
    165166    global _reverse