Nektar++
Classes | Namespaces | Functions | Variables
utilities.py File Reference

Go to the source code of this file.

Classes

class  CellMLToNektar.utilities.OnlyWarningsFilter
 
class  CellMLToNektar.utilities.OnlyDebugFilter
 
class  CellMLToNektar.utilities.OnlyTheseSourcesFilter
 
class  CellMLToNektar.utilities.NotifyHandler
 
class  CellMLToNektar.utilities.Colourable
 
class  CellMLToNektar.utilities.Sentinel
 
class  CellMLToNektar.utilities.unitary_iterator
 

Namespaces

namespace  CellMLToNektar
 
namespace  CellMLToNektar.utilities
 

Functions

def CellMLToNektar.utilities.DEBUG (facility, *args)
 
def CellMLToNektar.utilities.LOG (facility, level, *args)
 
def CellMLToNektar.utilities.amara_parse (source, uri=None, rules=None, binderobj=None, prefixes=None)
 
def CellMLToNektar.utilities.element_path (elt)
 
def CellMLToNektar.utilities.element_path_cmp (e1, e2)
 
def CellMLToNektar.utilities.element_xpath (elt)
 
def CellMLToNektar.utilities.brief_xml (elt)
 
def CellMLToNektar.utilities.call_if (tf, callable, *args, **kwargs)
 
def CellMLToNektar.utilities.max_i (it)
 
def CellMLToNektar.utilities.prid (obj, show_cls=False)
 
def CellMLToNektar.utilities.add_dicts (r, *ds)
 
def CellMLToNektar.utilities.open_output_stream (fname)
 
def CellMLToNektar.utilities.close_output_stream (stream)
 

Variables

list CellMLToNektar.utilities.__all__
 
 CellMLToNektar.utilities.DFS = Enum('White', 'Gray', 'Black')