MCPcopy Index your code
hub / github.com/python/cpython / encoder.py

File encoder.py

Lib/json/encoder.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Implementation of JSONEncoder
2"""
3import re
4

Callers

nothing calls this directly

Calls 3

compileMethod · 0.45
setdefaultMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected