To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module provides a type that represents Python expression contexts.
Expression contexts are mainly used to syntactically differentiate among expressions that will be read at runtime, those that will be written at runtime, and those that will be del
ed at runtime.
As of Python 3.11, there are 6 kinds of expressions with an explicit context field:
Expression.t.name
Expression.t.attribute
Expression.t.subscript
Expression.t.list
Expression.t.tuple
Expression.t.starred
These expressions are allowed to appear at the following "target" positions:
- The
targets
field inStatement.t.assign
. - The
target
field inStatement.t.aug_assign
andStatement.t.ann_assign
(except for list, tuple, and starred expression). - The
targets
field inStatement.t.delete
(except for starred expression). - The
targets
field inStatement.t.for_
(except for starred expression). - The
targets
field inStatement.t.with_
(except for starred expression).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>