Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
SweepSpacing
LIN
LOG
STEP
sweep_spacing
fn_gen.enums.sweep_spacing.SweepSpacing
fn_gen
enums
class SweepSpacing(Enum):
View In Hierarchy
The spacing used in the sweep function
int
A linear sweep
1
A logarithmic sweep
2
A stepwise sweep
3