MCPcopy Create free account
hub / github.com/apache/impala / returncode

Method returncode

tests/util/ssh_util.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171
172 @property
173 def returncode(self):
174 return self.poll()
175
176 def __del__(self):
177 self.channel.close()

Callers

nothing calls this directly

Calls 1

pollMethod · 0.95

Tested by

no test coverage detected