(self, id, composing, source_types, target_types, requirements)
| 17 | class UnixLinkingGenerator (builtin.LinkingGenerator): |
| 18 | |
| 19 | def __init__ (self, id, composing, source_types, target_types, requirements): |
| 20 | builtin.LinkingGenerator.__init__ (self, id, composing, source_types, target_types, requirements) |
| 21 | |
| 22 | def run (self, project, name, prop_set, sources): |
| 23 | result = builtin.LinkingGenerator.run (self, project, name, prop_set, sources) |