##// END OF EJS Templates
workaround Windows lack of fork in subprocess tests...
workaround Windows lack of fork in subprocess tests simple Process(target=f) doesn't work for interactively defined f.

File last commit:

r415:4a5dcb15
r9446:7901e41f
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]