py3-debug 是一款开源辅助 debug 工具注解库,可帮助重新生成类方法调用信息。
Project description
py3-debug
类级注解,自动为所有方法增加文件信息,类名,方法名,参数名信息,以支持回调链路追踪
import debug
# 使用示例
@debug
class Calculator:
def add(self, a, b):
return a + b
def sub(self, a, b):
return a - b
def mul(self, a, b):
return a * b
def div(self, a, b):
return a / b
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py3_debug-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py3_debug-0.0.1.tar.gz.
File metadata
- Download URL: py3_debug-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2947575111e793f18b4de3b34254a153b70ec89144d8205a476dd8f73c74d6d9
|
|
| MD5 |
40b8e814cac7a027503669ff4152d4d3
|
|
| BLAKE2b-256 |
a698cacc38748d0d810f656f86218ab7974af38d55ef3665556c86df4ca92aeb
|
File details
Details for the file py3_debug-0.0.1-py3-none-any.whl.
File metadata
- Download URL: py3_debug-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b12967b0e73acbb924985ffda3bc3ba66574dff899c6ea4853c04c9cb7f36386
|
|
| MD5 |
100b692f26a1781b6e2185c843395912
|
|
| BLAKE2b-256 |
f9d47ce98897fa51e54e909636bf381ddbe7c66c028372437eee79c344d7b85b
|