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

Method __init__

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

Source from the content-addressed store, hash-verified

43
44class UnixArchiveGenerator (builtin.ArchiveGenerator):
45 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
46 builtin.ArchiveGenerator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
47
48 def run (self, project, name, prop_set, sources):
49 result = builtin.ArchiveGenerator.run(self, project, name, prop_set, sources)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected