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

Method test_write_pty

Lib/test/test_asyncio/test_events.py:2350–2351  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2348 # than 10.9 (Maverick)
2349 @support.requires_mac_ver(10, 9)
2350 def test_write_pty(self):
2351 super().test_write_pty()
2352
2353 if hasattr(selectors, 'EpollSelector'):
2354 class EPollEventLoopTests(EventLoopTestsMixin,

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_write_ptyMethod · 0.45

Tested by

no test coverage detected