Searched defs:join (Results 1 - 2 of 2) sorted by relevance

/pkg/src/util/apache2/depot/
H A Ddepot_index.py146 def join(self): member in class:BackgroundTask
147 """perform a Queue.join(), which blocks until all the tasks
149 self.__q.join()
367 if os.path.exists(os.path.join(depot_bui.web_root, rl)):
432 cherrypy.request.path_info = "/".join(
472 path = "/".join(toks[1:])
475 cherrypy.request.path_info = "/".join(toks)
506 pub_mf = "/".join(redir[0:4])
507 pkg_name = "/".join(redir[4:])
589 query_str = "/".join(tok
[all...]
/pkg/src/modules/
H A Dmisc.py148 s_path = os.path.join(src, name)
149 d_path = os.path.join(dst, name)
216 dst = os.path.join(dst,
458 print(' '.join([str(l) for l in text]))
468 print(' '.join([str(l) for l in text]), file=sys.stderr)
742 opath = os.path.join(compress_dir, fname)
1305 uri = os.path.normpath(os.path.join(cwd, uri))
1413 path = os.path.join(dirpath, name)
1416 path = os.path.join(dirpath, name)
1607 cmdpath = os.path.realpath(os.path.join(sy
2657 def join(self): member in class:AsyncCall
[all...]

Completed in 15 milliseconds