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-2.0.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-2.0.tar.gz.
File metadata
- Download URL: function_debugger-2.0.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 |
7de1f51178ed3117949fa25ca84dfc4c3cb06a43fd84d1c182c74c5b7b0e881a
|
|
| MD5 |
6ce1733189f9e9a0801de64fa6b8abde
|
|
| BLAKE2b-256 |
06a8b8ba77099e8eb737fcafbd01af9315f3bb7a629eec213476e4af3680514d
|
File details
Details for the file function_debugger-2.0-py3-none-any.whl.
File metadata
- Download URL: function_debugger-2.0-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 |
3f415b0e3faa76e667cecedeaa1f15d926a145fc75df7325a187d932abe136a2
|
|
| MD5 |
087683654b5e02ade15b3cb58139f5b0
|
|
| BLAKE2b-256 |
6208977cdd0b89063e38d7350c01130ddc67ca55dfed07365821f8ccfababd78
|