DebugClients/Python3/__init__.py@ca13a6f6c452
DebugClients/Python3/__init__.py
Sat, 12 Sep 2015 12:54:12 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 12 Sep 2015 12:54:12 +0200
- changeset 4455
- ca13a6f6c452
- parent 4021
-
195a471c327b
- child 4631
-
5c1a96925da4
- permissions
- -rw-r--r--
Prepared the Python3 debug client for some obsolescences of the inspect.py module.
# -*- coding: utf-8 -*-
# Copyright (c) 2009 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python3 debugger.
It consists of different kinds of debug clients.
"""