Classes | |
class | DistributedWork |
class | MultiProjectException |
class | WorkerThread |
Multithreading The following classes help with distributing work over several instances, providing wrapping for starting, joining, collecting results, and catching Exceptions. More... | |
Functions | |
def | conditional_abspath |
def | is_web_uri |
def | normabspath |
def | realpath_relation |
def | samefile |
def | select_element |
def | select_elements |
def common.conditional_abspath | ( | uri | ) |
def common.is_web_uri | ( | source_uri | ) |
def common.normabspath | ( | localname, | |
path | |||
) |
def common.realpath_relation | ( | abspath1, | |
abspath2 | |||
) |
def common.samefile | ( | f1, | |
f2 | |||
) |
def common.select_element | ( | elements, | |
localname | |||
) |
def common.select_elements | ( | config, | |
localnames | |||
) |