MCPcopy 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_listMethod · 0.80
_handle_BYWEEKDAYMethod · 0.80
_parse_rfc_rruleMethod · 0.80
_parse_date_valueMethod · 0.80
_parse_rfcMethod · 0.80
get_tokenMethod · 0.80
_parseMethod · 0.80
_parsemsMethod · 0.80
parseMethod · 0.80
_parse_rfcMethod · 0.80
name_from_stringMethod · 0.80
set_tzpathFunction · 0.80

Calls

no outgoing calls

Tested by 2

set_tzpathFunction · 0.64