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

Method __init__

src/tools/unix.py:69–70  ·  view source on GitHub ↗
(self, id, composing, source_types, target_types_and_names, requirements)

Source from the content-addressed store, hash-verified

67
68class UnixPrebuiltLibGenerator (generators.Generator):
69 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
70 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
71
72 def run (self, project, name, prop_set, sources):
73 f = prop_set.get ('<file>')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected