Trees | Indices | Help |
---|
|
object --+ | RombuildLogBinarySizeReader
Reader that parses a Symbian ROM build log and extracts binary sizes.
This reader will return, using the iterator protocol, tuples containing: * Binary name. * Size of binary. (d+)
|
|||
|
|||
|
|||
Inherited from |
|
|||
rom_binary_size_regex = re.compile(r'(\\epoc32[\w\\\.]+)\t(\d+)')
|
|||
rofs_binary_size_regex = re.compile(r"ile '([\w\\\.]+)' size:
|
|||
image_type_regex = re.compile(r'[._]([^._]+)\.log')
|
|
|||
Inherited from |
|
|
|
rofs_binary_size_regex
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:17 2009 | http://epydoc.sourceforge.net |