mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
012f1a102c
The codesearch Python library provides an interface for talking to the Chromium CodeSearch backend. The primary entry point into the library is the codesearch class. Various message classes you are likely to encounter are defined in messages.py In addition, the library also includes facilities for maintaining an ephemeral or persistent cache in order to minimize generated network traffic. WWW: https://github.com/chromium/codesearch-py Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D11336
12 lines
442 B
Plaintext
12 lines
442 B
Plaintext
The codesearch Python library provides an interface for talking to the
|
|
Chromium CodeSearch backend.
|
|
|
|
The primary entry point into the library is the codesearch class. Various
|
|
message classes you are likely to encounter are defined in messages.py
|
|
|
|
In addition, the library also includes facilities for maintaining an
|
|
ephemeral or persistent cache in order to minimize generated network
|
|
traffic.
|
|
|
|
WWW: https://github.com/chromium/codesearch-py
|