Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
def
_draw_fixed_offset_timezone(draw):
159
return
draw(st.sampled_from(_fixed_offset_timezone_list))
160
161
162
fixed_offset_timezones = _draw_fixed_offset_timezone()
Callers
1
strategies.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected