codesearch-py icon indicating copy to clipboard operation
codesearch-py copied to clipboard

Python library for accessing Chromium CodeSearch via https://cs.chromium.org

Results 5 codesearch-py issues
Sort by recently updated
recently updated
newest added

API requests currently return HTML instead of JSON, resulting in an error. @asankah advised that this is due to requests to cs.chromium.org being redirected to the new codesearch at source.chromium.org,...

This doesn't happen all the time and is only an issue when the optimistic symbol mapping code fails. We need something much more robust than what we have now.

Due to platform specific signatures, there could be multiple matches in a xref search. Need a way to squash those into a single xrefnode.

The backend can return platform specific signatures in response to `xref_search`. These signatures don't show up in an `annotation_request` for the same file. This breaks `GetDisplayName()`.

It would be interesting to submit your package to PyPI. http://peterdowns.com/posts/first-time-with-pypi.html