obspy.core.inventory.util.InventoryTextWrapper._munge_whitespace

InventoryTextWrapper._munge_whitespace(text : string) → string

Munge whitespace in text: expand tabs and convert all other whitespace characters to spaces. Eg. ” footbarnnbaz” becomes ” foo bar baz”.