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

Method __init__

python/pyarrow/tests/test_flight.py:561–564  ·  view source on GitHub ↗
(self, username, password)

Source from the content-addressed store, hash-verified

559 """An example implementation of HTTP basic authentication."""
560
561 def __init__(self, username, password):
562 super().__init__()
563 self.basic_auth = flight.BasicAuth(username, password)
564 self.token = None
565
566 def authenticate(self, outgoing, incoming):
567 auth = self.basic_auth.serialize()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected