threeML.config package

Submodules

threeML.config.config module

class threeML.config.config.Config[source]

Bases: object

static is_bool(var) → bool[source]
static is_ftp_url(var) → bool[source]
static is_http_url(var) → bool[source]
static is_matplotlib_cmap(cmap)[source]
static is_matplotlib_color(color)[source]
static is_number(val) → bool[source]
static is_optimizer(method) → bool[source]
static is_string(var) → bool[source]

Module contents