Skip to main content

A package for stuff

Project description

#Disable Disable is a context manager that disables output and specified errors. with Disable(Exception) as (write, flush): has the following effect: print statements do nothing and all subclasses of Exception do not propagate to the caller if raised. "Write" and "flush" are used for writing and flushing.

#Parallel Parallel is basically zip and map combined. It can take an iterable of iterables or multiple iterables and zips them. If the func argument is used then it works like map. There is also a strict option.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stuffpy-0.0.1.tar.gz (2.9 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