Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_sax.py:368–369 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
366
tmp.write(
"This was read from a file."
)
367
368
def
tearDown(self):
369
os_helper.unlink(self.file)
370
371
def
make_byte_stream(self):
372
return
BytesIO(b
"This is a byte stream."
)
Callers
nothing calls this directly
Calls
1
unlink
Method · 0.45
Tested by
no test coverage detected