MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / isatty

Method isatty

python/scriptingprovider.py:545–546  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

543 self.orig = orig
544
545 def isatty(self):
546 return False
547
548 def read(self, size):
549 interpreter = None

Callers 1

_init_pluginsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected