MCPcopy Create free account
hub / github.com/dateutil/dateutil / next

Method next

src/dateutil/parser/_parser.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 return token
195
196 def next(self):
197 return self.__next__() # Python 2.x support
198
199 @classmethod
200 def split(cls, s):

Callers

nothing calls this directly

Calls 1

__next__Method · 0.95

Tested by

no test coverage detected