##// END OF EJS Templates
We need to returned match text only if matches have been found....
We need to returned match text only if matches have been found. If we don't do so, it will not try the next completers.

File last commit:

r24869:a252070e
r24944:6f40a985
Show More
__init__.py
10 lines | 284 B | text/x-python | PythonLexer
try:
from numpy.testing import *
from numpy.testing import dec
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from ._decorators import *
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass