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: <Instance of
Class raw
>
uniobj: <String>
return value:
<None>
source: xmlobj/xml.py
31
32
def
__init__(self, uniobj):
self.uniobj = uniobj
stack trace xmlobj/testing/test_xml.py - line 55
stack trace apigen/source/html.py - line 148