Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simplejson/simplejson
/ decode
Method
decode
simplejson/tests/test_decode.py:11–12 ·
view source on GitHub ↗
(self, encoding=None)
Source
from the content-addressed store, hash-verified
9
10
class
MisbehavingBytesSubtype(binary_type):
11
def
decode(self, encoding=None):
12
return
"bad decode"
13
def
__str__(self):
14
return
"bad __str__"
15
def
__bytes__(self):
Callers
1
test_bytes_decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected