@public decorator and public(*objects) function for add object names to __all__
Project description
Install
github.com: pip install git+git://github.com/russianidiot/public.py.git
pypi.python.org: pip install public
download: [ -e requirements.txt ] && pip install -r requirements.txt; python setup.py install
Usage
@public decorator
public(*objects) function
from public import *
public("name")
print(__all__)
>>> ['name']
public("name1","name2")
print(__all__)
>>> ['name','name1','name2']
Feedback
- Chat with me (english/russian)
russianidiot.github.io/python/ - my Python packages
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
public-0.0.19.tar.gz
(8.3 kB
view details)
File details
Details for the file public-0.0.19.tar.gz
.
File metadata
- Download URL: public-0.0.19.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289fe4b77ab7575251366b5fbd8470cfa5a5d15fd4bdcbd7fbbac93ea2e23e19 |
|
MD5 | f8cef723d0bebe50f235fb06aa4ea1f8 |
|
BLAKE2b-256 | 4af36d00f8684aba4f558c3d30392b7b283659b4f9a39d7475ee2414b7276d62 |