GetOntologyKwargs

typeddict GetOntologyKwargs[source]

Represents the optional keyword arguments passed to pyobo.get_ontology().

This dictionary doesn’t contain prefix since this is always explicitly handled.

Required Keys:
  • version (Optional[str]) – The version of the ontology to get

  • cache (bool) – Should the cache be used?

  • use_tqdm (bool) – Should a progress bar be used?

  • strict (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?