Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ read_file_path
Function
read_file_path
tests/util.py:14–18 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
12
13
14
def
read_file_path(name):
15
with
open(get_file_path(name))
as
f:
16
if
name.endswith(
".json"
):
17
return
json.load(f)
18
return
f.read()
19
20
21
def
decode_response(data):
Callers
15
test_rsa_sha1_signature
Function · 0.90
get_rsa_public_key
Method · 0.90
test_rsa_sha1_signature
Function · 0.90
test_rfc7523_private_key.py
File · 0.90
resolve_public_key
Method · 0.90
client
Function · 0.90
resolve_client_public_key
Method · 0.90
test_request_parameter_get
Function · 0.90
test_request_uri_parameter_get
Function · 0.90
test_request_and_request_uri_parameters
Function · 0.90
test_server_require_request_object_alg_none
Function · 0.90
test_client_require_signed_request_object
Function · 0.90
Calls
1
get_file_path
Function · 0.85
Tested by
15
test_rsa_sha1_signature
Function · 0.72
test_rsa_sha1_signature
Function · 0.72
resolve_public_key
Method · 0.72
client
Function · 0.72
resolve_client_public_key
Method · 0.72
test_request_parameter_get
Function · 0.72
test_request_uri_parameter_get
Function · 0.72
test_request_and_request_uri_parameters
Function · 0.72
test_server_require_request_object_alg_none
Function · 0.72
test_client_require_signed_request_object
Function · 0.72
test_client_require_signed_request_object_alg_none
Function · 0.72
test_unsupported_request_parameter
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…