Changes between Initial Version and Version 1 of Ticket #1373, comment 2
- Timestamp:
- 08/20/13 12:28:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1373, comment 2
initial v1 3 3 Oh, and yes: match() only returns one object: 4 4 5 {{{ 6 #!python 5 7 In [4]: ah.match({'email':'agreen@physics'}) 6 8 Out[4]: [<MaKaC.user.Avatar object at 0xa3d5a6c>] 9 }}}