Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsubprocesstweak.py8 def strify(o): function
16 s = s + "\nStandard Output: " + strify(self.output)
18 s = s + "\nStandard Error: " + strify(self.stderr)