MCPcopy Create free account
hub / github.com/apache/arrow / _draw_fixed_offset_timezone

Function _draw_fixed_offset_timezone

python/pyarrow/tests/strategies.py:158–159  ·  view source on GitHub ↗
(draw)

Source from the content-addressed store, hash-verified

156
157@st.composite
158def _draw_fixed_offset_timezone(draw):
159 return draw(st.sampled_from(_fixed_offset_timezone_list))
160
161
162fixed_offset_timezones = _draw_fixed_offset_timezone()

Callers 1

strategies.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected