Generator method to split a string using the given expression as a separator. May be called with optional ``maxsplit`` argument, to limit the number of splits; and the optional ``includeSeparators`` argument (default= ``False``), if the separating matching text shoul
(self, instring, maxsplit=_MAX_INT, includeSeparators=False)
source not stored for this graph (policy: none)
no test coverage detected