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

Function register

v2/tools/types/obj.py:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5from b2.build import type
6
7def register ():
8 type.register_type ('OBJ', ['obj'], None, ['NT', 'CYGWIN'])
9 type.register_type ('OBJ', ['o'])
10
11register ()

Callers 1

obj.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected