Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ combine
Function
combine
Tools/scripts/combinerefs.py:124–126 ·
view source on GitHub ↗
(fname)
Source
from the content-addressed store, hash-verified
122
print(
"%d objects before, %d after"
% (before, after))
123
124
def
combine(fname):
125
with
open(fname)
as
f:
126
combinefile(f)
127
128
if
__name__ ==
'__main__'
:
129
combine(sys.argv[1])
Callers
2
test_combine
Method · 0.85
combinerefs.py
File · 0.85
Calls
2
combinefile
Function · 0.85
open
Function · 0.50
Tested by
1
test_combine
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…