##// END OF EJS Templates
better cleanup sockets in Channels...
better cleanup sockets in Channels - use ioloop.close(all_fds=True) - ensure socket is closed - no longer need override of stop in any Channel subclass

File last commit:

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