MCPcopy
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
107def 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_timeMethod · 0.85
_parse_docMethod · 0.85
_parse_docMethod · 0.85
_build_docMethod · 0.85
_transform_docMethod · 0.85
test_to_datetime_utcMethod · 0.85

Calls 1

VersionClass · 0.85