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

Method __str__

tests/common/impala_cluster.py:432–434  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 return self.__class__.__name__
431
432 def __str__(self):
433 return "<%s PID: %s (%s)>" % (self.__class_name(), self.__get_pid(),
434 ' '.join(self.cmd))
435
436 def __repr__(self):
437 return str(self)

Callers

nothing calls this directly

Calls 3

__class_nameMethod · 0.95
__get_pidMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected