Like grep, but searches for matches in docstrings.
Project description
Like grep, but only searches through docstrings (in Python code).
Installation
From pip:
$ pip install --upgrade docgrep
Example
$ docgrep 'Python 3.4' . ./asyncio/futures.py:113: """This class is *almost* compatible with concurrent.futures.Future. Differences: - result() and exception() do not take a timeout argument and raise an exception when the future isn't done yet. - Callbacks registered with add_done_callback() are always called via the event loop's call_soon_threadsafe(). - This class is not compatible with the wait() and as_completed() methods in the concurrent.futures package. (In Python 3.4 or later we may be able to unify the implementations.) """
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
docgrep-0.2.tar.gz
(3.7 kB
view details)
File details
Details for the file docgrep-0.2.tar.gz
.
File metadata
- Download URL: docgrep-0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0942dc016d89f0fdd7994a57782b8b7a76b86ffc4ea31a9f87c328fd05c45deb |
|
MD5 | c120523c5c1b99a29175c2eb034f6f8f |
|
BLAKE2b-256 | 00dbcb159062989621dbe3e38296ddd0ed19ab3439a25452c6df98ea5dcdb048 |