Method
__init__
(self, id, composing, source_types, target_types_and_names, requirements)
Source from the content-addressed store, hash-verified
| 570 | """ The generator class for handling EXE and SHARED_LIB creation. |
| 571 | """ |
| 572 | def __init__ (self, id, composing, source_types, target_types_and_names, requirements): |
| 573 | generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements) |
| 574 | |
| 575 | def run (self, project, name, prop_set, sources): |
| 576 | |
Callers
nothing calls this directly
Tested by
no test coverage detected