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:537–539 ·
view source on GitHub ↗
(self, creds)
Source
from the content-addressed store, hash-verified
535
""
"An example implementation of HTTP basic authentication."
""
536
537
def
__init__(self, creds):
538
super().__init__()
539
self.creds = creds
540
541
def
authenticate(self, outgoing, incoming):
542
buf = incoming.read()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected