File: __init__.py

package info (click to toggle)
edk2 0~20181115.85588389-3%2Bdeb10u3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 239,240 kB
  • sloc: ansic: 2,289,349; python: 445,187; perl: 157,704; asm: 59,891; cpp: 21,893; sh: 4,328; pascal: 2,169; makefile: 2,168; xml: 387; lisp: 34
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Python interfaces to XML parsers.

This package contains one module:

expat -- Python wrapper for James Clark's Expat parser, with namespace
         support.

"""