Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _pipe
Method
_pipe
Lib/test/test_pty.py:365–368 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
363
pass
364
365
def
_pipe(self):
366
pipe_fds = os.pipe()
367
self.fds.extend(pipe_fds)
368
return
pipe_fds
369
370
def
_socketpair(self):
371
socketpair = socket.socketpair()
Callers
1
test__copy_to_each
Method · 0.95
Calls
2
pipe
Method · 0.45
extend
Method · 0.45
Tested by
no test coverage detected