MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _get_output

Method _get_output

tests/disposableredis/__init__.py:77–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 def force_start(self):
76 self._is_external = False
77 def _get_output(self):
78 if not self.process:
79 return ''
80 return '' if REDIS_SHOW_OUTPUT else self.process.stdout.read()
81
82 def _start_process(self):
83 if self._is_external:

Callers 2

_start_processMethod · 0.95
__exit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected