##// END OF EJS Templates
Merge pull request #13745 from krassowski/completion-matcher...
Merge pull request #13745 from krassowski/completion-matcher Refactor `IPCompleter` Matcher API

File last commit:

r27796:5bb0259a
r27811:dc08a337 merge
Show More
docs.py
3 lines | 86 B | text/x-python | PythonLexer
import os
GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"