debugger
Project description
Introducing function debugger!
form
logger(text(optional))
If you use this function in your function,
It will print({your function name} + text(optional))
And It will return {your function name}!
Example :
def test() :
logger()
test()
>>>>>>>>>>>>>
print -> test
return -> test
And the other example is...
def test2() :
logger("is used logger function")
test2()
>>>>>>>>>>>>>
print -> test2 is used logger function
return -> test2
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
function_debugger-1.5.tar.gz
(1.5 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 function_debugger-1.5.tar.gz.
File metadata
- Download URL: function_debugger-1.5.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92677f12aab95c0fba32e023b0abadc4dfe423fda47accec94817179b7511163
|
|
| MD5 |
5f0bbad93aa1d02bbc31d809af5a8672
|
|
| BLAKE2b-256 |
e5d9cf3fd0e2f1c8b1fc97905938dd30e269817794a1f19a5cddd881fe5bbc3c
|
File details
Details for the file function_debugger-1.5-py3-none-any.whl.
File metadata
- Download URL: function_debugger-1.5-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113e17017dae5872e33907c79b78fafed6c684910d0c0412fedbf95b67a0cbd6
|
|
| MD5 |
95974c3f7f49bc94fe4a2d01e5f17a63
|
|
| BLAKE2b-256 |
afaae1ff08fd6ee1bd4611bac6fb4bde434ed4f3b9876737a10a64d7346e2f75
|