v0.14.0 |
Functions | |
def | print_progress (iteration, total, decimals=1, bar_length=50) |
def | is_not_h5m (file) |
def | is_older_than_vtk (file) |
def | mb_convert (file) |
def | init (l) |
Variables | |
parser | |
help | |
nargs | |
type | |
int | |
default | |
SUPPRESS | |
action | |
args = parser.parse_args() | |
file_list = list(filterfalse(is_not_h5m, args.file)) | |
N = mp.Value('i', len(file_list)) | |
n = mp.Value('i', 0) | |
l = mp.Lock() | |
pool = mp.Pool(processes=args.np, initializer=init, initargs=(l,)) | |
def convert.init | ( | l | ) |
Definition at line 55 of file convert.py.
def convert.is_not_h5m | ( | file | ) |
Definition at line 34 of file convert.py.
def convert.is_older_than_vtk | ( | file | ) |
Definition at line 37 of file convert.py.
def convert.mb_convert | ( | file | ) |
Definition at line 43 of file convert.py.
def convert.print_progress | ( | iteration, | |
total, | |||
decimals = 1 , |
|||
bar_length = 50 |
|||
) |
Definition at line 24 of file convert.py.
convert.action |
Definition at line 65 of file convert.py.
convert.args = parser.parse_args() |
Definition at line 66 of file convert.py.
convert.default |
Definition at line 64 of file convert.py.
convert.file_list = list(filterfalse(is_not_h5m, args.file)) |
Definition at line 71 of file convert.py.
convert.help |
Definition at line 63 of file convert.py.
convert.int |
Definition at line 64 of file convert.py.
convert.l = mp.Lock() |
Definition at line 84 of file convert.py.
Definition at line 81 of file convert.py.
convert.n = mp.Value('i', 0) |
Definition at line 82 of file convert.py.
convert.nargs |
Definition at line 63 of file convert.py.
convert.parser |
Definition at line 60 of file convert.py.
Definition at line 85 of file convert.py.
convert.SUPPRESS |
Definition at line 65 of file convert.py.
convert.type |
Definition at line 64 of file convert.py.