MCPcopy 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_parseMethod · 0.45
test_partitioningFunction · 0.45
root_allocatorFunction · 0.45
setupMethod · 0.45
TimestampArrayTestClass · 0.45
GroupTestClass · 0.45
test_timestamp_secondMethod · 0.45
test_timestamp_milliMethod · 0.45
test_timestamp_microMethod · 0.45
test_timestamp_nanoMethod · 0.45
test_timestamp_secondMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_parseMethod · 0.36
test_partitioningFunction · 0.36
root_allocatorFunction · 0.36
setupMethod · 0.36
test_timestamp_secondMethod · 0.36
test_timestamp_milliMethod · 0.36
test_timestamp_microMethod · 0.36
test_timestamp_nanoMethod · 0.36
test_timestamp_secondMethod · 0.36
test_timestamp_milliMethod · 0.36
test_timestamp_microMethod · 0.36