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

Method __init__

src/tools/unix.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53class UnixSearchedLibGenerator (builtin.SearchedLibGenerator):
54
55 def __init__ (self):
56 builtin.SearchedLibGenerator.__init__ (self)
57
58 def optional_properties (self):
59 return self.requirements ()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected