Home
last modified time | relevance | path

Searched refs:kwargs (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dlint-hunks.py43 def __init__(self, args, expected_returncode=0, **kwargs): argument
46 super(Subprocess, self).__init__(args, **kwargs)
48 def communicate(self, *args, **kwargs): argument
49 result = super(Subprocess, self).communicate(*args, **kwargs)