August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)

Axon.util.py

Version: Axon 1.0

Selection of utility functions and classes. (All highly trivial)

TODO: Fix test suite doc strings for auto testdocs

Pydoc Style Documentation

CLASSES

class Finality(exceptions.Exception)

FUNCTIONS

axonRaise(someException, *args)

listSubset(requiredList, suppliedList)

logError(someException, *args)

removeAll(xs, y)

safeList(arg=None)

testInterface(theComponent, interface)

Look for a minimal match interface for the component

DATA

production = False

Testdoc Documentation

Finality

axonRaise

listSubset

logError

production

removeAll - (xs:list,y)

safeList

safeList

safeList

testInterface

Michael, December 2004