MCPcopy Create free account
hub / github.com/pallets/flask / __init__

Method __init__

examples/tutorial/tests/conftest.py:48–49  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

46
47class AuthActions:
48 def __init__(self, client):
49 self._client = client
50
51 def login(self, username="test", password="test"):
52 return self._client.post(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected