| Trees | Indices | Help |
|
|---|
|
|
SooVee Serial Audio Manger - Common transforms for serial audio feeds. These are attributes common to all serial audio feed services.
DELSPACES:re - Remove all whitespace from a string
LASTTWO:re - Remove all but the file and its parent from
a path string.
DELHTML:re - Remove all HTML / XML code from a string.
toMB(x:float|int) -> float - Calculate megabytes from
bytes
toKB(x:float|int) -> float - Calculate kilobytes from
bytes
getImages(d:str) -> basestring - Find images in a
HTML / XML string
getLinks(d:str) -> basestring - Find links in a HTML
/ XML string
Requires: re
| Functions | |||
| Common lambda expressions | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
| Variables | |
__package__ =
|
|
| Common regular expressions | |
|---|---|
DELSPACES = re.compile(r'
|
|
LASTTWO = re.compile(r'
|
|
DELHTML = re.compile(r'<.
|
|
Imports: re
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:23 2009 | http://epydoc.sourceforge.net |