Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/d/a/datahaven-rev8661/datahaven/p2p/p2p_connector.py datahaven(Download)
backup_monitor.A('init') backup_db_keeper.A('init') list_files_orator.A('init') fire_hire.A('init') data_sender.A('init')
src/d/a/datahaven-rev8661/datahaven/p2p/backup_monitor.py datahaven(Download)
if event == 'timer-10sec' or ( event == 'timer-1sec' and self.isAllSuppliersResponded(arg) ) : self.state = 'LIST_FILES' list_files_orator.A('need-files') elif event == 'restart' : self.state = 'RESTART'