MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / fileno

Method fileno

tools/python-3.11.9-amd64/Lib/http/client.py:723–724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

721 return self.fp.peek(chunk_left)[:chunk_left]
722
723 def fileno(self):
724 return self.fp.fileno()
725
726 def getheader(self, name, default=None):
727 '''Returns the value of the header matching *name*.

Callers 7

send_headMethod · 0.45
run_cgiMethod · 0.45
serve_until_stoppedMethod · 0.45
_statstreamMethod · 0.45
pollpacketMethod · 0.45
writefileMethod · 0.45
initscrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected