Home | Trees | Index | Help |
---|
Package svnmailer :: Package browser :: Module websvn :: Class Generator |
|
object
--+ |BaseGenerator
--+ | Generator
WebSVN template generator
Method Summary | |
---|---|
Returns WebSVN URL templates | |
tuple |
Returns no-path-info templates |
tuple |
Returns path-info templates |
Inherited from BaseGenerator | |
Initialization | |
ParsedUrl |
Returns a ParsedUrl instance |
dict |
URL-escapes the values of the supplied dict |
str |
Returns the content diff URL for a particular change |
str |
Returns the revision summary URL |
bool |
Returns whether there are any templates stored |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... |
Instance Variable Summary | |
---|---|
Inherited from BaseGenerator | |
dict | _subst : The substitution record |
Class Variable Summary | |
---|---|
Inherited from BaseGenerator | |
unicode | _BASE_PATH : The previous path of the changed file |
unicode | _BASE_REVISION : The base revision format string |
unicode | _N_BASE_PATH : The format name of the previous path of the
changed file |
unicode | _N_BASE_REVISION : The base revision format name |
unicode | _N_PATH : The format name of the changed path |
unicode | _N_REVISION : The revision format name |
unicode | _PATH : The changed path (without a leading slash) |
str | _QUERY_ENCODING : The character encoding to use for url parameters |
unicode | _REVISION : The revision format string |
Method Details |
---|
_createTemplate(self, base_url, config)Returns WebSVN URL templates
|
_getNopiTemplate(self, url)Returns no-path-info templates
|
_getPiTemplate(self, url)Returns path-info templates
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Sep 25 20:49:11 2005 | http://epydoc.sf.net |