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
SweepTriggerSource
EXTERNAL
INTERNAL
MANUAL
sweep_trigger_source
fn_gen.enums.sweep_trigger_source.SweepTriggerSource
fn_gen
enums
class SweepTriggerSource(Enum):
View In Hierarchy
The Source of the trigger for the sweep
int
An external trigger signal
2
An Internal trigger signal, defined by htime_start, htime_stop
1
A manual trigger set in code by the trigger function
3