##// END OF EJS Templates
Fix a couple of edge cases, and update tests...
Fix a couple of edge cases, and update tests Mostly when the match is super-short. Ass type annotations, run mypy on ptutils now.

File last commit:

r23033:5dd70876
r25690:c933ce5d
Show More
eventful.py
6 lines | 139 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)
from traitlets.eventful import *