Home
last modified time | relevance | path

Searched refs:choice_tag (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-python-docx/python-docx-0.8.11/tests/oxml/
H A Dtest_xmlchemy.py281 choice_tag = request.param
282 parent = self.parent_bldr(choice_tag).element
310 def parent_bldr(self, choice_tag=None): argument
312 if choice_tag == 'choice':
314 if choice_tag == 'choice2':
691 choice_tag = request.param
692 parent = self.parent_bldr(choice_tag).element
693 tagname = 'w:%s' % choice_tag
699 def parent_bldr(self, choice_tag=None): argument
701 if choice_tag == 'choice':
[all …]