recursion-detect 2020.12.3
pip install recursion-detect==2020.12.3
Latest version
Released:
detect recursion
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Unlicense)
Classifiers
- License
- Operating System
- Programming Language
Project description
Installation
$ [sudo] pip install recursion-detect
Examples
>>> import recursion_detect
>>> def recur():
depth = recursion_detect.depth()
print("depth = %s" % depth)
if depth==5:
return
recur()
>>> recur()
0
1
2
3
4
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Unlicense)
Classifiers
- License
- Operating System
- Programming Language
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
File details
Details for the file recursion-detect-2020.12.3.tar.gz
.
File metadata
- Download URL: recursion-detect-2020.12.3.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
84927a02217104d2eaeef7c803544aef7bfcce8ffb150541865fe4a99b27079c
|
|
MD5 |
12b4f1d79d139c3649b2eb0951489a28
|
|
BLAKE2b-256 |
21f4143ac0be5492f240c2e0035a1e997853bcb59a7766b28130d245120eb9e0
|