Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/d/r/drench-0.0.13/drench/drench.py drench(Download)
def __init__(self, address='127.0.0.1', port=7000, torrent=None): Listener.__init__(self, address, port) self.torrent = torrent
def __init__(self, address='127.0.0.1', port=8035, torrent=None): Listener.__init__(self, address, port) assert torrent self.torrent = torrent
src/d/r/drench-HEAD/drench/drench.py drench(Download)
def __init__(self, address='127.0.0.1', port=7000, torrent=None): Listener.__init__(self, address, port) self.torrent = torrent
def __init__(self, address='127.0.0.1', port=8035, torrent=None): Listener.__init__(self, address, port) assert torrent self.torrent = torrent