Method
__init__
(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requirements = [])
Source from the content-addressed store, hash-verified
| 409 | """ |
| 410 | |
| 411 | def __init__(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requirements = []): |
| 412 | generators.Generator.__init__(self, id, composing, source_types, target_types_and_names, requirements) |
| 413 | |
| 414 | def run(self, project, name, prop_set, sources): |
| 415 | |
Callers
nothing calls this directly
Tested by
no test coverage detected