Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ parse
Function
parse
pandas/util/version/__init__.py:107–108 ·
view source on GitHub ↗
(version: str)
Source
from the content-addressed store, hash-verified
105
106
107
def
parse(version: str) -> Version:
108
return
Version(version)
109
110
111
# The docstring is from an older version of the packaging library to avoid
Callers
9
indexer_at_time
Method · 0.85
_parse_doc
Method · 0.85
_parse_doc
Method · 0.85
_build_doc
Method · 0.85
_transform_doc
Method · 0.85
test_to_datetime_utc
Method · 0.85
test_string_na_nat_conversion
Method · 0.85
test_parsers_dayfirst_yearfirst
Method · 0.85
test_parsers_timestring
Method · 0.85
Calls
1
Version
Class · 0.85
Tested by
4
test_to_datetime_utc
Method · 0.68
test_string_na_nat_conversion
Method · 0.68
test_parsers_dayfirst_yearfirst
Method · 0.68
test_parsers_timestring
Method · 0.68