proc split_whitespace(pystr: PyStr; maxsplit = -1): PyList[PyStr] {....raises: [], tags: [], forbids: [].}
iterator split_whitespace(pystr: PyStr; maxsplit = -1): PyStr {....raises: [], tags: [], forbids: [].}