Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ __init__
Method
__init__
src/tests/test_utils.py:640–642 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
638
class
MockAuthenticator(Authenticator):
639
640
def
__init__(self) -> None:
641
super().__init__()
642
self._users = {}
643
644
def
authenticate(self, request_handler):
645
raise
AuthRejectedError(
'Not implemented'
)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected