Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ split
Method
split
src/dateutil/parser/_parser.py:200–201 ·
view source on GitHub ↗
(cls, s)
Source
from the content-addressed store, hash-verified
198
199
@classmethod
200
def
split(cls, s):
201
return
list(cls(s))
202
203
@classmethod
204
def
isword(cls, nextchar):
Callers
13
_handle_int_list
Method · 0.80
_handle_BYWEEKDAY
Method · 0.80
_parse_rfc_rrule
Method · 0.80
_parse_date_value
Method · 0.80
_parse_rfc
Method · 0.80
get_token
Method · 0.80
_parse
Method · 0.80
_parsems
Method · 0.80
parse
Method · 0.80
_parse_rfc
Method · 0.80
name_from_string
Method · 0.80
set_tzpath
Function · 0.80
Calls
no outgoing calls
Tested by
2
set_tzpath
Function · 0.64
_tzstr_dtstart_with_params
Method · 0.64