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

Method isspace

src/dateutil/parser/_parser.py:214–216  ·  view source on GitHub ↗

Whether the next character is whitespace

(cls, nextchar)

Source from the content-addressed store, hash-verified

212
213 @classmethod
214 def isspace(cls, nextchar):
215 """ Whether the next character is whitespace """
216 return nextchar.isspace()
217
218
219class _resultbase(object):

Callers 1

get_tokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected