Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/e/v/eventize-0.3/eventize/events/handler.py eventize(Download)
def _assert_condition(self, event): if not self.condition(event): msg = "Condition '%s' for event '%s' return False" % (id(self.condition), type(event).__name__) event.stop_propagation(msg)