WISP ERT (Server)  1.0.0
The WISP Extended Runtime (Server side)
util.py File Reference

Namespaces

 wisp_ert.util
 

Functions

def wisp_ert.util.not_implemented (is_error=False, prompt=None)
 Shorthand method to throw not implemented (error). More...
 
def wisp_ert.util.setitem_keypath (d, keypath, value)
 Set dictionary item by keypath. More...
 

Variables

string wisp_ert.util.NOT_IMPL_PROMPT = "This function is not implemented."
 Not implemented prompt. More...
 
string wisp_ert.util.NOT_IMPL_ERROR_PROMPT = "This function is required to be implemented."
 Not implemented error prompt. More...