File: json.py

package info (click to toggle)
sphinx-autoapi 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: python: 5,260; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""json is the same name as a stdlib module."""


class JSONDecoder:
    """Do things with json."""

    def decode(self, s):
        """Decode a string."""
        return s