MCPcopy 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
124def combine(fname):
125 with open(fname) as f:
126 combinefile(f)
127
128if __name__ == '__main__':
129 combine(sys.argv[1])

Callers 2

test_combineMethod · 0.85
combinerefs.pyFile · 0.85

Calls 2

combinefileFunction · 0.85
openFunction · 0.50

Tested by 1

test_combineMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…