banff package#

Subpackages#

Module contents#

class banff.SupportedLanguage(*values)[source]#

Bases: Enum

Languages supported by Native Language Support module.

Enums have the form <name> = <[list, of, values]> Users should refer to Enums by member-name, like SupportedLanguage.en.

Internally, .value is used to associate a list of language tags with a supported language.

<name> - only use valid RFC1766 language tags <value> - should be a list of associated language tags

these tags should include both RFC1766 tags as well non RFC1766 tags observed in the wild (…on Windows)

UNKNOWN = []#
en = ['en', 'english']#
fr = ['fr', 'french']#
banff.determin#

alias of ProcDetermin

banff.deterministic#

alias of ProcDetermin

banff.donorimp#

alias of ProcDonorimp

banff.editstat#

alias of ProcEditstat

banff.editstats#

alias of ProcEditstat

banff.errorloc#

alias of ProcErrorloc

banff.estimato#

alias of ProcEstimato

banff.estimator#

alias of ProcEstimato

banff.get_default_output_spec()[source]#

Return current default output dataset specification.

banff.massimp#

alias of ProcMassimpu

banff.massimpu#

alias of ProcMassimpu

banff.outlier#

alias of ProcOutlier

banff.prorate#

alias of ProcProrate

banff.set_default_output_spec(new_spec)[source]#

Set default output output dataset specification to a supported object type identifier.

banff.set_language(new_lang=None)[source]#

Set the languaged used for console log messages.

For new_lang, specify a value from banff.SupportedLanguage.

banff.verifyed#

alias of ProcVerifyed

banff.verifyedits#

alias of ProcVerifyed