Files
org-vim/runtime/syntax/testdir/input/python_constants_builtin_default.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
269 B
Python
Raw Normal View History

# Built-in Constants
# https://docs.python.org/3/library/constants.html
# VIM_TEST_SETUP unlet g:python_constant_highlight
# VIM_TEST_SETUP unlet g:python_no_builtin_highlight
test = False
test = True
test = None
test = NotImplemented
test = Ellipsis
test = __debug__