MCPcopy Index your code
hub / github.com/aws/aws-cli / fileno

Method fileno

awscli/testutils.py:1064–1065  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1062
1063class StringIOWithFileNo(StringIO):
1064 def fileno(self):
1065 return 0
1066
1067
1068class EventCaptureHandler:

Callers 11

is_cmd_finishedMethod · 0.80
_ttyMethod · 0.80
is_a_ttyFunction · 0.80
is_stdin_a_ttyFunction · 0.80
__enter__Method · 0.80
__exit__Method · 0.80
from_filenameMethod · 0.80
from_filenameMethod · 0.80
fallocateFunction · 0.80
_save_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected