MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / fileno

Method fileno

thirdparty/bottle/bottle.py:1428–1429  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1426 return False
1427
1428 def fileno(self):
1429 raise OSError('Not supported')
1430
1431 def closed(self):
1432 return self._src.closed()

Callers 9

multipart_encodeMethod · 0.80
mainFunction · 0.80
__call__Method · 0.80
sendMethod · 0.80
_recvMethod · 0.80
checkPipedInputFunction · 0.80
settings.pyFile · 0.80
cmdLineParserFunction · 0.80
_controlMsfCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected