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/t/c/tcpextract-1.1/TcpExtract/Parser.py tcpextract(Download)
def run(self): i=0 while self.nids.isAlive() or not Nids.queue.empty(): try: tmp=Nids.queue.get()
src/t/c/tcpextract-HEAD/TcpExtract/Parser.py tcpextract(Download)
def run(self): i=0 while self.nids.isAlive() or not Nids.queue.empty(): try: tmp=Nids.queue.get()