Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
from
b2.build
import
type
6
7
def
register ():
8
type.register_type (
'OBJ'
, [
'obj'
], None, [
'NT'
,
'CYGWIN'
])
9
type.register_type (
'OBJ'
, [
'o'
])
10
11
register ()
Callers
1
obj.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected