MCPcopy Index your code
hub / github.com/python/cpython / readable

Method readable

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

Source from the content-addressed store, hash-verified

312 # ==================================================
313
314 def readable(self):
315 return True
316
317 def writable(self):
318 return True

Callers 2

pollFunction · 0.45
poll2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected