v0.14.0 |
Go to the source code of this file.
Namespaces | |
convert | |
Functions | |
def | convert.print_progress (iteration, total, decimals=1, bar_length=50) |
def | convert.is_not_h5m (file) |
def | convert.is_older_than_vtk (file) |
def | convert.mb_convert (file) |
def | convert.init (l) |
Variables | |
convert.parser | |
convert.help | |
convert.nargs | |
convert.type | |
convert.int | |
convert.default | |
convert.SUPPRESS | |
convert.action | |
convert.args = parser.parse_args() | |
convert.file_list = list(filterfalse(is_not_h5m, args.file)) | |
convert.N = mp.Value('i', len(file_list)) | |
convert.n = mp.Value('i', 0) | |
convert.l = mp.Lock() | |
convert.pool = mp.Pool(processes=args.np, initializer=init, initargs=(l,)) | |