MCPcopy Create free account
hub / github.com/pexpect/pexpect / fileno

Method fileno

pexpect/spawnbase.py:515–518  ·  view source on GitHub ↗

Expose file descriptor for a file-like interface

(self)

Source from the content-addressed store, hash-verified

513 return lines
514
515 def fileno(self):
516 '''Expose file descriptor for a file-like interface
517 '''
518 return self.child_fd
519
520 def flush(self):
521 '''This does nothing. It is here to support the interface for a

Callers 15

mainFunction · 0.80
display_fpathconfFunction · 0.80
_read_incomingMethod · 0.80
__init__Method · 0.80
isaliveMethod · 0.80
__init__Method · 0.80
getwinsizeFunction · 0.80
getch.pyFile · 0.80
spawnMethod · 0.80
sig_testFunction · 0.80
check.pyFile · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

spawnMethod · 0.64