!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_OUTPUT_EXCMD	mixed	/number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP	slash	/slash or backslash/
!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
!_TAG_PATTERN_LENGTH_LIMIT	96	/0 for no limit/
!_TAG_PROC_CWD	/home/jschnell/src/orstools-qgis-plugin/ORStools/utils/	//
!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
!_TAG_PROGRAM_VERSION	5.9.0	//
ApiError	exceptions.py	/^class ApiError(Exception):$/;"	c
DuplicateError	exceptions.py	/^class DuplicateError(Exception):$/;"	c
GenericServerError	exceptions.py	/^class GenericServerError(Exception):$/;"	c
InvalidKey	exceptions.py	/^class InvalidKey(Exception):$/;"	c
LineTool	maptools.py	/^class LineTool(QgsMapToolEmitPoint):$/;"	c
OverQueryLimit	exceptions.py	/^class OverQueryLimit(Exception):$/;"	c
Timeout	exceptions.py	/^class Timeout(Exception):$/;"	c
__init__	exceptions.py	/^    def __init__(self, message=None):$/;"	m	class:DuplicateError
__init__	exceptions.py	/^    def __init__(self, status, message):$/;"	m	class:InvalidKey
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:ApiError
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:GenericServerError
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:OverQueryLimit
__init__	maptools.py	/^    def __init__(self, canvas):$/;"	m	class:LineTool
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:ApiError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:DuplicateError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:GenericServerError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:InvalidKey
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:OverQueryLimit
canvasDoubleClickEvent	maptools.py	/^    def canvasDoubleClickEvent(self, e):$/;"	m	class:LineTool
canvasReleaseEvent	maptools.py	/^    def canvasReleaseEvent(self, e):$/;"	m	class:LineTool
deactivate	maptools.py	/^    def deactivate(self):$/;"	m	class:LineTool
decode_extrainfo	convert.py	/^def decode_extrainfo(extra_info: str, key: int) -> Union[int, str]:$/;"	f	typeref:typename:Union[int,str]
decode_polyline	convert.py	/^def decode_polyline(polyline: str, is3d: bool = False) -> list:$/;"	f	typeref:typename:list
digitizationEnded	maptools.py	/^    digitizationEnded = pyqtSignal()$/;"	v	class:LineTool
end_digitization	maptools.py	/^    def end_digitization(self):$/;"	m	class:LineTool
get_params_optimize	processing.py	/^def get_params_optimize(point_list: List[QgsPointXY], ors_profile: str, mode: int) -> dict:$/;"	f	typeref:typename:dict
get_snapped_point_features	processing.py	/^def get_snapped_point_features(response: dict) -> list:$/;"	f	typeref:typename:list
keyPressEvent	maptools.py	/^    def keyPressEvent(self, event) -> None:$/;"	m	class:LineTool	typeref:typename:None
log	logger.py	/^def log(message: str, level_in: int = 0):$/;"	f
pointDrawn	maptools.py	/^    pointDrawn = pyqtSignal(["QgsPointXY", "int"])$/;"	v	class:LineTool
read_config	configmanager.py	/^def read_config() -> dict:$/;"	f	typeref:typename:dict
read_help_file	processing.py	/^def read_help_file(algorithm: str, locale: str = ""):$/;"	f
reset	maptools.py	/^    def reset(self):$/;"	m	class:LineTool
showLine	maptools.py	/^    def showLine(self):$/;"	m	class:LineTool
transformToWGS	transform.py	/^def transformToWGS(old_crs: QgsCoordinateReferenceSystem) -> QgsCoordinateTransform:$/;"	f	typeref:typename:QgsCoordinateTransform
write_config	configmanager.py	/^def write_config(new_config: dict) -> None:$/;"	f	typeref:typename:None
write_env_var	configmanager.py	/^def write_env_var(key: str, value: str) -> None:$/;"	f	typeref:typename:None
