Skips all whitespace, including comments and unicode whitespace Takes a string and a starting index, and returns the index of the next non-whitespace character. If skip_comments is True and not running in strict JSON mode, then comments will be skipped over just lik
(self, txt, i=0, imax=None, skip_comments=True)
source not stored for this graph (policy: none)
no test coverage detected