MCPcopy Create free account
hub / github.com/apache/cloudstack / getLines

Method getLines

python/lib/cloudutils/utilities.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 return self.stdout.decode('utf-8').strip('\n')
64
65 def getLines(self):
66 return self.stdout.decode('utf-8').strip('\n').split('\n')
67
68 def getStderr(self):
69 return self.stderr.decode('utf-8').strip('\n')

Callers 2

getDevInfoMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected