##// END OF EJS Templates
crecord: add handle(next|prev)search functions...
crecord: add handle(next|prev)search functions These are now just simple wrappers around `searchdirection`

File last commit:

r51654:2c34c9b6 default
r52279:d0f6b96d 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