Classes | |
class | Stack |
Assorted other functions ########################################. More... | |
Functions | |
def | fatalError (explanation) |
Fatal error handling function ##################################. More... | |
def | fold (list, base, fn) |
def | intersect (a, b) |
def | minus (a, b) |
def | setify (set) |
def | union (a, b) |
Set manipulation functions ######################################. More... | |
def | unsupportedIDL () |
def | zip (a, b) |
List manipulation functions #####################################. More... | |
Variables | |
int | have_traceback = 1 |
def doil.util.fatalError | ( | explanation | ) |
def doil.util.union | ( | a, | |
b | |||
) |
def doil.util.zip | ( | a, | |
b | |||
) |