Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/b/a/baboon-0.1.4/baboon/baboon/transport.py baboon(Download)
if f.event_type == FileEvent.MODIF: iq['rsync'].add_file(f.src_path) elif f.event_type == FileEvent.CREATE: iq['rsync'].add_create_file(f.src_path) elif f.event_type == FileEvent.DELETE:
src/b/a/baboon-HEAD/baboon/baboon/transport.py baboon(Download)
if f.event_type == FileEvent.MODIF: iq['rsync'].add_file(f.src_path) elif f.event_type == FileEvent.CREATE: iq['rsync'].add_create_file(f.src_path) elif f.event_type == FileEvent.DELETE: