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

Method __class_name

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

Source from the content-addressed store, hash-verified

427 self.port_map = port_map
428
429 def __class_name(self):
430 return self.__class__.__name__
431
432 def __str__(self):
433 return "<%s PID: %s (%s)>" % (self.__class_name(), self.__get_pid(),

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected