An implementation of static local variables, as familiar from C
Project description
Static local variables are variables local to a function, which upon first application, assign a value to the variable. The value bound by the variable persists after the function application completes, so the state is preserved across muliple applications of the function.
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
staticlocal-0.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file staticlocal-0.0.1.tar.gz
.
File metadata
- Download URL: staticlocal-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 813e1faeb1be90b604e0f9527322c362ef0c1ec0e73138f598dea35546c54257 |
|
MD5 | 09e97017835a24f8a2dbbdb013f40d00 |
|
BLAKE2b-256 | c072ed7e4586eb65e22c911d4213f436ccdcb6a016c153df8674d5ba05d931a7 |