{
    "mode": "man",
    "parameter": "PYDOC3.10",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/PYDOC3.10/1/json",
    "generated": "2026-07-05T09:37:18Z",
    "synopsis": "pydoc3.10 name\npydoc3.10 -k keyword\npydoc3.10 -p port",
    "sections": {
        "NAME": {
            "content": "pydoc3.10 - the Python documentation tool\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pydoc3.10 name\n\npydoc3.10 -k keyword\n\npydoc3.10 -p port\n",
            "subsections": [
                {
                    "name": "pydoc3.10 -g",
                    "content": "pydoc3.10 -w module [...]\n"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "pydoc3.10  name  Show text documentation on something.  name may be the name of a Python key‐\nword, topic, function, module, or package, or a dotted  reference  to  a  class  or  function\nwithin  a module or module in a package.  If name contains a '/', it is used as the path to a\nPython source file to document. If name is 'keywords', 'topics', or 'modules', a  listing  of\nthese things is displayed.\n\npydoc3.10 -k keyword Search for a keyword in the synopsis lines of all available modules.\n\npydoc3.10 -p port Start an HTTP server on the given port on the local machine.\n\npydoc3.10 -g Pop up a graphical interface for finding and serving documentation.\n\npydoc3.10  -w name [...]  Write out the HTML documentation for a module to a file in the cur‐\nrent directory.  If name contains a '/', it is treated as a filename; if it  names  a  direc‐\ntory, documentation is written for all the contents.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Moshe Zadka, based on \"pydoc --help\"\n\n\n\nPYDOC3.10(1)",
            "subsections": []
        }
    },
    "summary": "pydoc3.10 - the Python documentation tool",
    "flags": [],
    "examples": [],
    "see_also": []
}