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.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.tar.gz.
File metadata
- Download URL: function_debugger-1.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 |
c7033bb011bdf77e074e800df2d8ecc2e0e4bd959c4c6d87b51616583df5f159
|
|
| MD5 |
46a692561ec9460d7474fb4fcd806848
|
|
| BLAKE2b-256 |
296cfac4d2485fa7b793646be2ee98c0bf043ba8d4f9277079ecc808c2fc7ca0
|
File details
Details for the file function_debugger-1-py3-none-any.whl.
File metadata
- Download URL: function_debugger-1-py3-none-any.whl
- Upload date:
- Size: 1.8 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 |
6a7280ec307741977f384aa137ef008b8204824a90998980c190edf6a1263445
|
|
| MD5 |
38115dfd75427c0cd30f1800cd21b0a8
|
|
| BLAKE2b-256 |
d87a7ea0e424e90e9d81b89c7ab786fd184dcc44b9b21f390993225a082208e7
|