Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stem
Function
stem
v2/util/__init__.py:131–136 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
129
return
jam_value
130
131
def
stem(filename):
132
i = filename.find(
'.'
)
133
if
i != -1:
134
return
filename[0:i]
135
else
:
136
return
filename
Callers
1
make_test
Function · 0.90
Calls
no outgoing calls
Tested by
1
make_test
Function · 0.72