Show
Ignore:
Timestamp:
03/04/10 19:47:29 (5 months ago)
Author:
hobu
Message:

test Leonard's .count() method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Rtree/trunk/tests/index.txt

    r1565 r1566  
    300300    >>> hits[0] 
    301301    42 
    302  
     302    >>> len(hits) 
     303    10 
     304     
     305    >>> strm_idx.count((0, 60, 0, 60)) 
     306    10L 
     307     
    303308    >>> del strm_idx 
    304309