eric6/DebugClients/Python/__init__.py

Thu, 23 Apr 2020 18:50:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 23 Apr 2020 18:50:54 +0200
changeset 7550
e91462fd0838
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Python Debugger: fixed an issue related to redirecting the input() builtin function.

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the standard Python debugger.

It consists of different kinds of debug clients.
"""

eric ide

mercurial