src/eric7/DebugClients/Python/__init__.py@779cda568acb
src/eric7/DebugClients/Python/__init__.py
Sat, 20 Apr 2024 18:01:36 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 20 Apr 2024 18:01:36 +0200
- branch
- eric7
- changeset 10683
- 779cda568acb
- parent 10439
-
21c28b0f9e41
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""