Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ do_action
Method
do_action
python/pyarrow/tests/test_flight.py:394–396 ·
view source on GitHub ↗
(self, context, action)
Source
from the content-addressed store, hash-verified
392
self.slow_stream())
393
394
def
do_action(self, context, action):
395
time.sleep(0.5)
396
return
[]
397
398
@staticmethod
399
def
slow_stream():
Callers
15
DoAction
Method · 0.45
test_do_action_result_convenience
Function · 0.45
test_nicer_server_exceptions
Function · 0.45
test_timeout_fires
Function · 0.45
test_http_basic_unauth
Function · 0.45
test_http_basic_auth
Function · 0.45
test_http_basic_auth_invalid_password
Function · 0.45
test_token_auth
Function · 0.45
test_authenticate_basic_token_and_action
Function · 0.45
test_authenticate_basic_token_with_client_middleware
Function · 0.45
test_arbitrary_headers_in_flight_call_options
Function · 0.45
test_streaming_do_action
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected