| Home | Trees | Index | Help |
|
|---|
| Package svndump :: Module common |
|
| Classes | |
|---|---|
ListDict |
A mix of list and dict. |
ListDictIter |
Iterator class used by ListDict. |
| Exceptions | |
|---|---|
SvnDumpException |
A simple exception class. |
| Function Summary | |
|---|---|
Creates a svn date string from a tuple containing time_t and micros. | |
| bool |
Checks a md5 string. |
Parse a svn date string and return a tuple containing time_t and micros. | |
| Function Details |
|---|
create_svn_date_str(dateTuple)Creates a svn date string from a tuple containing time_t and micros. |
is_valid_md5_string(md5)Checks a md5 string.
|
parse_svn_date_str(dateStr)Parse a svn date string and return a tuple containing time_t and micros. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Apr 11 04:31:45 2007 | http://epydoc.sf.net |