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