Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(7) | Call(0) | Derive(6) | Import(1)
src/p/y/py-1.4.20/doc/example/genxml.py py(Download)
class ns(py.xml.Namespace): pass doc = ns.books( ns.book(
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/xmlobj/html.py plexnet(Download)
""" """ from py.xml import Namespace, Tag
class html(Namespace): __tagclass__ = HtmlTag __stickyname__ = True __tagspec__ = dict([(x,1) for x in ( 'a,abbr,acronym,address,applet,area,b,bdo,big,blink,'
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/xmlobj/testing/test_xml.py plexnet(Download)
class ns(py.xml.Namespace): pass def test_tag_with_text(): x = ns.hello("world")
src/n/u/nupic-linux64-HEAD/lib/python2.6/site-packages/_pytest/junitxml.py nupic-linux64(Download)
class Junit(py.xml.Namespace): pass # We need to get the subset of the invalid unicode ranges according to
src/p/y/py-1.4.20/testing/root/test_xmlgen.py py(Download)
class ns(py.xml.Namespace): pass def test_escape(): uvalue = py.builtin._totext('\xc4\x85\xc4\x87\n\xe2\x82\xac\n', 'utf-8')
src/p/y/pytest-2.5.2/_pytest/junitxml.py pytest(Download)
class Junit(py.xml.Namespace): pass # We need to get the subset of the invalid unicode ranges according to