Show
Ignore:
Timestamp:
07/18/07 11:08:08 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- merged recent trunk changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/branches/hw/gaphas/geometry.py

    r1597 r1669  
    211211 
    212212    def __contains__(self, obj): 
    213         """ Check if a point (x, y) in inside rectangle (x, y, width, height) 
     213        """ 
     214        Check if a point (x, y) in inside rectangle (x, y, width, height) 
    214215        or if a rectangle instance is inside with the rectangle. 
    215216