artemis.generators.filegen

Class for generating lists of input files from OS

Module Contents

class artemis.generators.filegen.FileGenOptions
nsamples = 1
class artemis.generators.filegen.FileGenerator(name, **kwargs)

Bases: artemis.generators.common.GeneratorBase

Use a path and globbing pattern return a generator over the files

initialize(self)
reset(self)
sampler(self)
__next__(self)
generate(self)