Methods
|
|
__getitem__
incr
makeFormat
makePart
|
|
__getitem__
|
__getitem__ ( self, key )
|
|
incr
|
incr (
self,
data,
part,
)
|
|
makeFormat
|
makeFormat (
self,
name,
directive,
)
Exceptions
|
|
ValueError("Unrecognized format kind %r in %r for format %r" %( format, directive, name ) )
|
|
|
makePart
|
makePart ( self, directive )
Exceptions
|
|
ValueError("Unrecognized part kind %r in %r" %( typeName, directive ) )
|
|
|