summaryrefslogtreecommitdiffstats
path: root/doc/python/orcus/named_expressions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python/orcus/named_expressions.rst')
-rw-r--r--doc/python/orcus/named_expressions.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/python/orcus/named_expressions.rst b/doc/python/orcus/named_expressions.rst
new file mode 100644
index 0000000..fc1aa81
--- /dev/null
+++ b/doc/python/orcus/named_expressions.rst
@@ -0,0 +1,13 @@
+
+NamedExpressions
+================
+
+.. py:class:: NamedExpressions
+
+ Iterator for named expressions.
+
+ .. py:attribute:: names
+ :type: set
+
+ A set of strings representing the names of the named expressions.
+