##// END OF EJS Templates
add docs
Matthias Bussonnier -
Show More
@@ -1,3 +1,9 b''
1 """
2 Utilities function for keybinding with prompt toolkit.
3
4 This will be bound to specific key press and filter modes,
5 like whether we are in edit mode, and whether the completer is open.
6 """
1 7 import re
2 8 from prompt_toolkit.key_binding import KeyPressEvent
3 9
General Comments 0
You need to be logged in to leave comments. Login now