File: multiprocessing.html.in

package info (click to toggle)
seed 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,900 kB
  • sloc: ansic: 24,336; sh: 11,196; makefile: 773; xml: 187; python: 173
file content (23 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
	<title>Seed multiprocessing Module Documentation</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
	<script type="text/javascript" src="../sh.js"></script>
    <script type="text/javascript" src="../sh_js.js"></script>
    <link type="text/css" rel="stylesheet" href="../sh.css" />
</head>
<body onload="sh_highlightDocument();">
<div id="header">Seed <i>multiprocessing</i> Module</div>
<div id="subheader">v.@VERSION@</div>
<div class="section"><b>Usage</b></div>
<p>
In order to use functions from the multiprocessing module, you must first import it:
</p>
<pre class="sh_javascript">
multiprocessing = imports.multiprocessing;
</pre>
</body>
</html>