x_yYou may access elements of python sequences using _. This is equivalent to square brackets ([]) in Python. For example, this works for lists.
|
|
It also works for dictionaries.
|
|
The source of this document is in Python/doc/list.m2:27:0.