Skip to content

datar.core

package

datar.core

Operators for datar

Classes

Utilities for datar

Classes
Functions
  • arg_match(arg, argname, values, errmsg) Make sure arg is in one of the values.</>

Provide options

Functions
  • add_option(x, default) Add an option</>
  • get_option(x, default) (Any) Get the current value set for option x,or default (which defaults to NULL) if the option is unset. </>
  • options(*args, _return, **kwargs) (Mapping) Allow the user to set and examine a variety of global options</>
  • options_context(**kwargs) A context manager to execute code with temporary options</>

Name repairing

Classes
Functions
  • repair_names(names, repair) (List) Repair names based on the method</>

Plugin system to support different backends

Functions