MCPcopy Index your code
hub / github.com/authlib/authlib / decode_int

Function decode_int

authlib/jose/rfc7518/util.py:11–12  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

9
10
11def decode_int(b):
12 return int(binascii.b2a_hex(b), 16)

Callers 1

verifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…