Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mpdavis/python-jose
/ MyDict
Class
MyDict
tests/test_jws.py:263–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
262
def
test_custom_object(self):
263
class
MyDict(dict):
264
pass
265
266
mydict = MyDict()
267
assert (mydict,) == jws._get_keys(mydict)
Callers
1
test_custom_object
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_custom_object
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…