About Anaconda Help Download Anaconda

A small Python library to limit the resources used by a function by executing it inside a subprocess.

Installers

  • linux-s390x v0.6.4
  • linux-aarch64 v0.6.4
  • linux-64 v0.6.4
  • osx-64 v0.6.4
  • osx-arm64 v0.6.4

conda install

To install this package run one of the following:
conda install sfe1ed40::pynisher

Description

The pynisher is a little module intended to limit a functions resources. It starts a new process, sets the desired limits, and executes the function inside it. In the end, it returns the function return value. If, for any reason, the function call is not successful, None is returned.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy