Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/p/y/py-stackexchange-1.1-4/stackexchange/core.py py-stackexchange(Download)
res = self.site.build(self.url, self.m_type, self.collection, kw) if self.fetch_callback != None: self.fetch_callback(res) return res
def fetch(self, **kw): """Fetch, from the API, the data supposed to be held.""" res = self.site.build(self.url, self.m_type, self.collection, kw)[0] if self.fetch_callback != None: self.fetch_callback(res)
src/p/y/Py-StackExchange-HEAD/stackexchange/core.py Py-StackExchange(Download)
res = self.site.build(self.url, self.m_type, self.collection, kw) if self.fetch_callback != None: self.fetch_callback(res) return res
def fetch(self, **kw): """Fetch, from the API, the data supposed to be held.""" res = self.site.build(self.url, self.m_type, self.collection, kw)[0] if self.fetch_callback != None: self.fetch_callback(res)