Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ __procs_str
Method
__procs_str
tests/common/impala_cluster.py:461–462 ·
view source on GitHub ↗
(self, procs)
Source
from the content-addressed store, hash-verified
459
return
pids
460
461
def
__procs_str(self, procs):
462
return
"\n"
.join([str(proc)
for
proc in procs])
463
464
def
__get_pid(self):
465
procs = self.__get_procs()
Callers
1
__get_pid
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected