Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(5) | Call(5) | Derive(0) | Import(0)
src/m/o/mozilla-ignite-learning-lab-demos-HEAD/lab-6-7-openflow/controller/pox/lib/util.py mozilla-ignite-learning-lab-demos(Download)
def _smudge (self, reason, k, v): if self.callback: if self.callback(reason, k, v) is not True: self.dirty = True else:
src/r/o/RouteFlow-HEAD/pox/pox/lib/util.py RouteFlow(Download)
def _smudge (self, reason, k, v): if self.callback: if self.callback(reason, k, v) is not True: self.dirty = True else:
src/p/o/pox-HEAD/pox/lib/util.py pox(Download)
def _smudge (self, reason, k, v): if self.callback: if self.callback(reason, k, v) is not True: self.dirty = True else:
src/p/y/pywikibot-compat-HEAD/commonsdelinker/checkusage.py pywikibot-compat(Download)
def wait(self): if self.current_retry > self.max_retries and self.max_retries != -1: raise RuntimeError('Maximum retries exceeded') if self.current_retry: self.callback(self)
src/p/y/pywikia-HEAD/commonsdelinker/checkusage.py pywikia(Download)
def wait(self): if self.current_retry > self.max_retries and self.max_retries != -1: raise RuntimeError('Maximum retries exceeded') if self.current_retry: self.callback(self)