IterHelperHelperDict
- typeddict IterHelperHelperDict[source]
Represents arguments needed when iterating over all ontologies.
The explicitly defind arguments in this typed dict are used for the loop function
iter_helper_helper()and the rest that are inherited get passed topyobo.get_ontology()in each iteration.- Required Keys:
use_tqdm (
bool) – Should a progress bar be used?skip_below (
Optional[str]) – Skip all prefixes lexicographically sorted below the given prefixskip_pyobo (
bool) – If true, skips prefixes that are ontologized as sources in PyOBOskip_set (
Optional[set[str]]) – An enumerated set of prefixes to skipstrict (
bool) – Should strict identifier parsing be enabled?force (
bool) – Should re-download and re-processing be forced?force_process (
bool) – Should re-processing be forced?