Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dutils.py447 def remove_whitespace(instring):
451 Example: instring = " xxx ", then returns instring = "xxx"
454 return instring.strip()
442 remove_whitespace(instring) global() argument