DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.3.3-1 / tests / python / pystdlib / stdlib / json.py
123456789
"""json is the same name as a stdlib module.""" class JSONDecoder: """Do things with json.""" def decode(self, s): """Decode a string.""" return s