MCPcopy Create free account
hub / github.com/btbytes/teh / skipws_any

Method skipws_any

lib/demjson.py:1509–1528  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

skipwsMethod · 0.95

Calls 2

skip_commentMethod · 0.95
iswsMethod · 0.95

Tested by

no test coverage detected