blob: fc1aa811daaac453e5dc7bd05b477a7f2b10ab18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|