MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __next__

Method __next__

tools/python-3.11.9-amd64/Lib/shlex.py:299–303  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 return self
298
299 def __next__(self):
300 token = self.get_token()
301 if token == self.eof:
302 raise StopIteration
303 return token
304
305def split(s, comments=False, posix=True):
306 """Split the string *s* using shell-like syntax."""

Callers 1

parse_headerFunction · 0.45

Calls 1

get_tokenMethod · 0.95

Tested by

no test coverage detected