(self)
| 579 | generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements) |
| 580 | |
| 581 | def action_class (self): |
| 582 | return CompileAction |
| 583 | |
| 584 | def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []): |
| 585 | g = CCompilingGenerator (id, False, source_types, target_types, requirements + optional_properties) |
nothing calls this directly
no outgoing calls
no test coverage detected