{
    "mode": "pydoc",
    "parameter": "reprlib",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/reprlib/json",
    "generated": "2026-06-02T15:03:55Z",
    "sections": {
        "NAME": {
            "content": "reprlib - Redo the builtin repr() (representation) but with limits on most sizes.\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/reprlib.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
            "subsections": []
        },
        "CLASSES": {
            "content": "builtins.object\nRepr\n",
            "subsections": [
                {
                    "name": "class Repr",
                    "content": "|  Methods defined here:\n|\n|  init(self)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  repr(self, x)\n|\n|  repr1(self, x, level)\n|\n|  reprarray(self, x, level)\n|\n|  reprdeque(self, x, level)\n|\n|  reprdict(self, x, level)\n|\n|  reprfrozenset(self, x, level)\n|\n|  reprinstance(self, x, level)\n|\n|  reprint(self, x, level)\n|\n|  reprlist(self, x, level)\n|\n|  reprset(self, x, level)\n|\n|  reprstr(self, x, level)\n|\n|  reprtuple(self, x, level)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                }
            ]
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "recursive_repr",
                    "content": "Decorator to make a repr function return fillvalue for a recursive call\n"
                },
                {
                    "name": "repr",
                    "content": ""
                }
            ]
        },
        "DATA": {
            "content": "all = ['Repr', 'repr', 'recursiverepr']\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3.10/reprlib.py\n\n",
            "subsections": []
        }
    },
    "summary": "reprlib - Redo the builtin repr() (representation) but with limits on most sizes.",
    "flags": [],
    "examples": [],
    "see_also": []
}