MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / __communicate

Method __communicate

tools/reduce.py:56–57  ·  view source on GitHub ↗
(self, p, timeout=None, **kwargs)

Source from the content-addressed store, hash-verified

54 print('FILE=' + self.__file)
55
56 def __communicate(self, p, timeout=None, **kwargs):
57 return p.communicate(timeout=timeout)
58
59 def runtool(self, filedata=None):
60 TimeoutExpired = subprocess.TimeoutExpired

Callers 1

runtoolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected