Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
class
_resultbase(object):
Callers
1
get_token
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected