MCPcopy Create free account
hub / github.com/simplejson/simplejson / decode

Method decode

simplejson/tests/test_dump.py:11–12  ·  view source on GitHub ↗
(self, encoding=None)

Source from the content-addressed store, hash-verified

9
10class 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 10

runToolMethod · 0.45
test_infile_outfileMethod · 0.45
as_text_typeFunction · 0.45
decode_iso_8859_15Function · 0.45
testMethod · 0.45
try_bad_scannerMethod · 0.45
test_basic_roundtripMethod · 0.45
workerMethod · 0.45
test_strip_bomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected