File: SearchResult.md

package info (click to toggle)
debian-codesearch-cli 1.0.0%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 204 kB
  • sloc: python: 1,402; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SearchResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**package** | **str** | The Debian source package containing this search result, including the full Debian version number. | 
**path** | **str** | Path to the file containing the this search result, starting with `package`. | 
**line** | **int** | Line number containing the search result. | 
**context_before** | **list[str]** | Up to 2 full lines before the search result (see `context`). | [optional] 
**context** | **str** | The full line containing the search result. | 
**context_after** | **list[str]** | Up to 2 full lines after the search result (see `context`). | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)