We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec7d39 commit bbedba2Copy full SHA for bbedba2
…java-ops-tutorial/scripts/ops-gateway.py …java-ops-tutorial/scripts/ops_gateway.pyscijava-ops-tutorial/scripts/ops-gateway.py renamed to scijava-ops-tutorial/scripts/ops_gateway.py
@@ -1,5 +1,28 @@
1
"""
2
-TODO: Module description.
+Classes
3
+-------
4
+
5
+ - OpsNamespace
6
+ - OpsGateway
7
8
+Functions
9
+---------
10
11
+ - init
12
13
+Variables
14
15
16
+ - `ops`
17
18
+Example
19
20
21
+ - Interactive Python session:
22
+ python -i ops-gateway.py
23
+ - Module import:
24
+ >>> import ops-gateway
25
+ >>> ops = ops-gateway.init()
26
27
28
from types import MethodType
0 commit comments