MCPcopy Create free account
hub / github.com/scanny/python-pptx / parent_bldr

Method parent_bldr

tests/oxml/test_xmlchemy.py:204–208  ·  view source on GitHub ↗
(self, oomChild_is_present)

Source from the content-addressed store, hash-verified

202 # fixture components ---------------------------------------------
203
204 def parent_bldr(self, oomChild_is_present):
205 parent_bldr = a_parent().with_nsdecls()
206 if oomChild_is_present:
207 parent_bldr.with_child(an_oomChild())
208 return parent_bldr
209
210
211class DescribeOptionalAttribute(object):

Callers 3

add_fixtureMethod · 0.95
getter_fixtureMethod · 0.95
new_fixtureMethod · 0.95

Calls 4

a_parentFunction · 0.85
an_oomChildFunction · 0.85
with_nsdeclsMethod · 0.80
with_childMethod · 0.80

Tested by

no test coverage detected