pydocsearch

Search a page in docs.python.org


Keywords
pydoc, docs, python, org, search
License
BSD-3-Clause
Install
pip install pydocsearch==1.0.3

Documentation

PyDocSearch

A simple Python module to search in Python Documentation.

>>> import pydocsearch
>>> pydocsearch.search('lambda')
'https://docs.python.org/3.5/glossary.html#term-lambda'