This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Changes between Initial Version and Version 1 of Ticket #1373, comment 2


Ignore:
Timestamp:
08/20/13 12:28:41 (2 years ago)
Author:
hoffmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1373, comment 2

    initial v1  
    33Oh, and yes: match() only returns one object: 
    44 
     5{{{ 
     6#!python 
    57In [4]: ah.match({'email':'agreen@physics'}) 
    68Out[4]: [<MaKaC.user.Avatar object at 0xa3d5a6c>] 
     9}}}