Package svndump :: Module common
[show private | hide private]
[frames | no frames]

Module svndump.common

Common functions and classes.
Classes
ListDict A mix of list and dict.
ListDictIter Iterator class used by ListDict.

Exceptions
SvnDumpException A simple exception class.

Function Summary
  create_svn_date_str(dateTuple)
Creates a svn date string from a tuple containing time_t and micros.
bool 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.

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.
Parameters:
md5 - Index or key.
           (type=object)
Returns:
True if the string looks like an md5 sum.
           (type=bool)

parse_svn_date_str(dateStr)

Parse a svn date string and return a tuple containing time_t and micros.

Generated by Epydoc 2.1 on Wed Apr 11 04:31:45 2007 http://epydoc.sf.net