MCPcopy Create free account
hub / github.com/boostorg/build / __init__

Method __init__

src/tools/unix.py:19–20  ·  view source on GitHub ↗
(self, id, composing, source_types, target_types, requirements)

Source from the content-addressed store, hash-verified

17class 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)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected