Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Function · 0.95
check
Function · 0.95
make
Function · 0.45
main
Function · 0.45
errprint
Function · 0.45
call_fxn
Function · 0.45
process
Function · 0.45
_download_src
Method · 0.45
makefreeze
Function · 0.45
checkextensions
Function · 0.45
parse_dsp
Function · 0.45
write_extension_table
Function · 0.45
Calls
1
writelines
Method · 0.45
Tested by
1
_download_src
Method · 0.36