##// END OF EJS Templates
tags: migrate `opts` to native kwargs
tags: migrate `opts` to native kwargs

File last commit:

r51654:2c34c9b6 default
r51745:44be37c2 default
Show More
_types.py
6 lines | 126 B | text/x-python | PythonLexer
from typing import Any, Callable, Tuple
# Type annotations
ParseFloat = Callable[[str], Any]
Key = Tuple[str, ...]
Pos = int