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 a Python with
item.
Example: The statement with (f() as a, g()): ...
contains 2 with
items. The first one has f()
as its context_expr
and a
as its optional_vars
. The second one has g()
as its context_expr
and no optional_vars
.
Note that optional_vars
is "target"-like: It can only be one of a selected few kinds of expressions, and the corresponding expression context will always be set to
ExpressionContext
.store. See documentation of ExpressionContext
for more details of which expressions are allowed.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>