run more function at same time!
Project description
usage
run more function at same time!
install
pip install morefunc
how to use
from morefunc import moreFunc
def func1():
print("func1!")
def func2(a):
print("func2 says:"+a)
def func3(a,b):
print("func3 says:"+a+"and b^2 is"+str(b*b))
moreFunc(func1=(), func2=("Hello,World!"), func3=("Hello,python!",3))
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
morefunc-0.1.tar.gz
(1.1 kB
view details)
File details
Details for the file morefunc-0.1.tar.gz.
File metadata
- Download URL: morefunc-0.1.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
569070a63871786b2ebed37f8b258e5279ca2d67cfeefe4d34e050daeac3117c
|
|
| MD5 |
c7de7a712e7f22fb06c02785550608e1
|
|
| BLAKE2b-256 |
e8550cc026466cd3f3564793025ecb679c359bd5646635ec4b8d11a47f55a7fe
|