MCPcopy
hub / github.com/urllib3/urllib3 / writable

Method writable

src/urllib3/contrib/emscripten/fetch.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 return True
146
147 def writable(self) -> bool:
148 return False
149
150 def seekable(self) -> bool:
151 return False

Callers 2

test_base_ioMethod · 0.45
test_ioMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_base_ioMethod · 0.36
test_ioMethod · 0.36