Groups

Collection

class arepy.data.collection(names=None, options=None, **opt)

Collection of groups

Groups

class arepy.data.group(*args, **opt)

Group of items

foreach(fn, args=[], cache=None, update=False, nproc=None, append=False)

Parallelized for-each-item loop

Item

class arepy.data.item(itemIndex, groupName, opt)

Item of a group