File: __init__.py

package info (click to toggle)
multiprocess 0.70.19-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,548 kB
  • sloc: python: 82,952; ansic: 9,315; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
#
# Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
# Copyright (c) 2022-2026 The Uncertainty Quantification Foundation.
# License: 3-clause BSD.  The full license text is available at:
#  - https://github.com/uqfoundation/multiprocess/blob/master/LICENSE

from _multiprocessing import *