Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/d/i/digsby-HEAD/digsby/src/oscar/ssi/SSIItem.py digsby(Download)
def find(self, obj): return list.find(self, obj) def __len__(self): return len(self.my_ssi.tlvs.get(0xc8, []))
src/d/i/digsby-HEAD/digsby/src/contacts/BuddyListElement.py digsby(Download)
def find(self, obj): assert isinstance(self, list) return list.find(self, obj) def chat(self):
src/c/a/cache_plot-HEAD/views.py cache_plot(Download)
def pages(request): tables, requests = backend.get_buckets() requests = list(requests.find()) for i in requests:
def tables(request): tables, requests = backend.get_buckets() tables = list(tables.find()) def table_sorter(a, b):
src/h/y/HyperKitty-1.0.0b1/hyperkitty/views/thread.py HyperKitty(Download)
# XXX: Storm-specific emails = emails.find() emails.config(offset=offset, limit=limit)
src/h/y/hyperkitty-HEAD/hyperkitty/views/thread.py hyperkitty(Download)
# XXX: Storm-specific emails = emails.find() emails.config(offset=offset, limit=limit)