Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 225 Bytes

README.rst

File metadata and controls

10 lines (7 loc) · 225 Bytes

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'