symbol implementation of pythonz
Project description
pythonz_pipe
simple implementation of symbol for pythonz
example
from pythonz_symbol import symbol
__empty__ = symbol("empty") # <Symbol(empty) at ...>
def func(a = __empty__):
if a is __empty__:
print("`a` is empty!")
return a
func() # `a` is empty!
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
pythonz_symbol-0.1.0.tar.gz
(981 Bytes
view details)
Built Distribution
File details
Details for the file pythonz_symbol-0.1.0.tar.gz
.
File metadata
- Download URL: pythonz_symbol-0.1.0.tar.gz
- Upload date:
- Size: 981 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa855b7b8ce6e5da6b9683bdefbc982e30c88e3cd88cbeb50669577d2e1513d0 |
|
MD5 | e0e7380c5db40996c53fe9d41b4b19a4 |
|
BLAKE2b-256 | f1bcd52f76a7347349517a744699509ac88a929757d2269eccf8d01385287b21 |
File details
Details for the file pythonz_symbol-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pythonz_symbol-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7703b9d0ba5c134c837de7ee0f650c8d2530b692465db4e67f8802cf89b6ffcc |
|
MD5 | 991c802b2aabe48fe9c3f9a1ddcfd814 |
|
BLAKE2b-256 | 26de8daab72cadf6747a3c91f4744df7de7159f5f98f3ee739823d814e835b2e |