Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ close
Method
close
mpython/lib/optional/urequests.py:9–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
self._cached = None
8
9
def
close(self):
10
if
self.raw:
11
self.raw.close()
12
self.raw = None
13
self._cached = None
14
15
@property
16
def
content(self):
Callers
2
content
Method · 0.45
request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected