DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.3.3-1 / tests / python / pystdlib / stdlib / myjson.py
12345678910
"""This is a docstring.""" from json import JSONDecoder class MyJSONDecoder(JSONDecoder): """This is a class.""" def my_method(self): """This is a method."""