summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/volume.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/userguide/sharing_declarations/volume.py')
-rw-r--r--docs/examples/userguide/sharing_declarations/volume.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/userguide/sharing_declarations/volume.py b/docs/examples/userguide/sharing_declarations/volume.py
new file mode 100644
index 000000000..1f6ff9c72
--- /dev/null
+++ b/docs/examples/userguide/sharing_declarations/volume.py
@@ -0,0 +1,2 @@
+def cube(x):
+ return x * x * x