Recent Entries
- (no title) 2009/12/05 19:40
- (no title) 2009/11/11 21:19
- (no title) 2009/11/11 21:19
- rng 2009/10/29 16:13
- fsdfsdfds 2009/10/29 10:11
- jwin demo 2009/10/29 10:09
- sdc 2009/09/24 17:04
- empty 2009/08/28 07:44
- testingtest 2009/07/15 14:36
- java2 2009/06/25 13:42
Welcome to Code Base
This is a google app engine powered pastebin. Unfortunately the autodetect doesn't appear to be too good at recognizing python code - I'll work on it. For further questions, please use the contact form.
soc
1 2 3 4 5 6 7 8 | def getForFields(self, filter, unique=False):
"""Returns all entities that have the specified properties.
Args:
properties: the properties that the entity should have
unique: if set, only the first item from the resultset
will be returned
"""
|