Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ parse
Method
parse
dev/archery/archery/release/core.py:49–50 ·
view source on GitHub ↗
(cls, version, **kwargs)
Source
from the content-addressed store, hash-verified
47
48
@classmethod
49
def
parse(cls, version, **kwargs):
50
return
cls(**SemVer.parse(version).to_dict(), **kwargs)
51
52
@classmethod
53
def
from_milestone(cls, milestone):
Callers
15
test_parse
Method · 0.45
test_partitioning
Function · 0.45
test_dataset_partitioning_format
Function · 0.45
root_allocator
Function · 0.45
setup
Method · 0.45
TimestampArrayTest
Class · 0.45
GroupTest
Class · 0.45
test_timestamp_second
Method · 0.45
test_timestamp_milli
Method · 0.45
test_timestamp_micro
Method · 0.45
test_timestamp_nano
Method · 0.45
test_timestamp_second
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_parse
Method · 0.36
test_partitioning
Function · 0.36
test_dataset_partitioning_format
Function · 0.36
root_allocator
Function · 0.36
setup
Method · 0.36
test_timestamp_second
Method · 0.36
test_timestamp_milli
Method · 0.36
test_timestamp_micro
Method · 0.36
test_timestamp_nano
Method · 0.36
test_timestamp_second
Method · 0.36
test_timestamp_milli
Method · 0.36
test_timestamp_micro
Method · 0.36