MCPcopy Index your code
hub / github.com/RustPython/RustPython / readable

Method readable

Lib/test/support/asyncore.py:324–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322 # ==================================================
323
324 def readable(self):
325 return True
326
327 def writable(self):
328 return True

Callers 2

pollFunction · 0.45
poll2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected