eric6/DebugClients/Python/__init__.py@720247f98e1f
eric6/DebugClients/Python/__init__.py
Sat, 27 Apr 2019 22:06:38 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sat, 27 Apr 2019 22:06:38 +0200
- branch
- Variables Viewer
- changeset 6978
- 720247f98e1f
- parent 6942
-
2602857055c5
- child 7360
-
9190402e4505
- permissions
- -rw-r--r--
Improved determination of expandable items including removing 'other' as selectable type.
Variables of unknown type are now count as instances.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""