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 single parameter at each function definition site.
identifier
is the name of the parameter. annotation
is the (optionally specified) type annotation for the parameter. type_comment
can be optionally used in place of annotation
for Python2-style type annotation.
Example:
def foo(x: int): ...
Here for parameter x
, its annotation will be the int
part and type_comment
will be unset.
Another example:
def foo( x # type: int ): ...
Here for parameter x
, its annotation will be unset and type_comment
will be "int"
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>