MCPcopy
hub / github.com/SirVer/ultisnips / running_on_windows

Function running_on_windows

test/util.py:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def running_on_windows():
8 if platform.system() == "Windows":
9 return "Does not work on Windows."
10
11
12def no_unidecode_available():

Calls

no outgoing calls

Tested by

no test coverage detected