py
builtin
code
compat
error
execnet
io
log
magic
path
process
std
test
xml
Namespace
Tag
escape
html
raw
xml.raw API [rev. unknown]
index
api
source
contact
download
class raw(
object
):
just a box that can contain a unicode string that will be included directly in the output
view source
methods:
def __init__(self, uniobj):
*no docstring available*
arguments:
self: <UNKNOWN>
uniobj: <UNKNOWN>
return value:
<UNKNOWN>
source: xmlobj/xml.py
31
32
def
__init__(self, uniobj):
self.uniobj = uniobj