src._utils

utilities for use within POEM

Attributes

argvs

Functions

get_raven_loc()

Return RAVEN location: read from POEM/.ravenconfig.xml

get_plugin_loc(plugin[, raven_path])

Get plugin location in installed RAVEN

getOperatingSystem()

Determine the operating system in use.

Module Contents

src._utils.get_raven_loc()[source]

Return RAVEN location: read from POEM/.ravenconfig.xml @ In, None @ Out, loc, string, absolute location of RAVEN

src._utils.get_plugin_loc(plugin, raven_path=None)[source]

Get plugin location in installed RAVEN @ In, plugin, string, the plugin name @ In, raven_path, string, optional, if given then start with this path @ Out, plugin_loc, string, location of plugin

src._utils.argvs[source]
src._utils.getOperatingSystem()[source]

Determine the operating system in use. @ Out, os, str, name of operating system class