Skip to main content

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

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page