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/common/stanza/rsync.py baboon(Download)
file_event_type = FileEvent.MODIF elif tag_name == 'create_file': file_event_type = FileEvent.CREATE elif tag_name == 'move_file': file_event_type = FileEvent.MOVE
src/b/a/baboon-HEAD/baboon/common/stanza/rsync.py baboon(Download)
file_event_type = FileEvent.MODIF elif tag_name == 'create_file': file_event_type = FileEvent.CREATE elif tag_name == 'move_file': file_event_type = FileEvent.MOVE
src/b/a/baboon-0.1.4/baboon/baboond/task.py baboon(Download)
return if f.event_type == FileEvent.CREATE: self.logger.debug('[%s] - Need to create %s.' % (self.project_path, f.src_path))
src/b/a/baboon-HEAD/baboon/baboond/task.py baboon(Download)
return if f.event_type == FileEvent.CREATE: self.logger.debug('[%s] - Need to create %s.' % (self.project_path, f.src_path))