Method
__init__
(self, id, composing, source_types, target_types_and_names, requirements)
Source from the content-addressed store, hash-verified
| 555 | when a source file includes headers which are generated themselfs. |
| 556 | """ |
| 557 | def __init__ (self, id, composing, source_types, target_types_and_names, requirements): |
| 558 | # TODO: (PF) What to do with optional_properties? It seemed that, in the bjam version, the arguments are wrong. |
| 559 | generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements) |
| 560 | |
| 561 | def action_class (self): |
| 562 | return CompileAction |
Callers
nothing calls this directly
Tested by
no test coverage detected