Opts

class dios.Opts[source]

Bases: object

storage class for string values for dios_options

Use like so: dios_options[OptsFields.X] = Opts.Y.

See also

OptsFields

keys for the options dict

dios_options

options dict for module

Attributes Summary

itype_err

itype_ignore

itype_warn

repr_aligned

repr_indexed

Attributes Documentation

itype_err = 'err'
itype_ignore = 'ignore'
itype_warn = 'warn'
repr_aligned = 'aligned'
repr_indexed = 'indexed'