MCPcopy Create free account
hub / github.com/ipython/ipython / win32_without_pywin32

Function win32_without_pywin32

IPython/core/tests/test_profile.py:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73# Test functions
74#-----------------------------------------------------------------------------
75def win32_without_pywin32():
76 if sys.platform == 'win32':
77 try:
78 import pywin32
79 except ImportError:
80 return True
81 return False
82
83
84class ProfileStartupTest(TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected