MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

Tools/patchcheck/reindent.py:272–273  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

270 return self.raw != self.after
271
272 def write(self, f):
273 f.writelines(self.after)
274
275 # Line-getter for tokenize.
276 def getline(self):

Callers 15

mainFunction · 0.95
checkFunction · 0.95
makeFunction · 0.45
mainFunction · 0.45
errprintFunction · 0.45
call_fxnFunction · 0.45
processFunction · 0.45
_download_srcMethod · 0.45
makefreezeFunction · 0.45
checkextensionsFunction · 0.45
parse_dspFunction · 0.45
write_extension_tableFunction · 0.45

Calls 1

writelinesMethod · 0.45

Tested by 1

_download_srcMethod · 0.36