Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __init__
Method
__init__
python/pyarrow/tests/test_flight.py:578–580 ·
view source on GitHub ↗
(self, creds)
Source
from the content-addressed store, hash-verified
576
""
"An example implementation of authentication via handshake."
""
577
578
def
__init__(self, creds):
579
super().__init__()
580
self.creds = creds
581
582
def
authenticate(self, outgoing, incoming):
583
username = incoming.read()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected