This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import string | |
| from lxml import etree | |
| from lxml.etree import QName | |
| from lxml.builder import E | |
| from hypothesis import strategies as st | |
| NS = "http://relaxng.org/ns/structure/1.0" |
OlderNewer