snap-python
snap-python copied to clipboard
LoadEdgeListStr should support custom delimiters
Instead of only whitespace
This would also make the behavior consistent with LoadEdgeList
, which has a Separator
parameter.
Also this function, LoadEdgeListStr
, only detects '\n' as newlines and not '\r'