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

Method with_child

tests/unitdata.py:48–54  ·  view source on GitHub ↗

Cause new child element specified by *child_bldr* to be appended to the children of this element.

(self, child_bldr)

Source from the content-addressed store, hash-verified

46 return elm
47
48 def with_child(self, child_bldr):
49 """
50 Cause new child element specified by *child_bldr* to be appended to
51 the children of this element.
52 """
53 self._child_bldrs.append(child_bldr)
54 return self
55
56 def with_nsdecls(self, *nspfxs):
57 """

Callers 15

ph_bldrMethod · 0.80
ph_bldrMethod · 0.80
orient_fixtureMethod · 0.80
orient_raise_fixtureMethod · 0.80
sz_fixtureMethod · 0.80
shape_elm_factoryMethod · 0.80
_adj_actuals_casesMethod · 0.80
name_get_fixtureMethod · 0.80
cxnSpMethod · 0.80
cxnSp_with_extMethod · 0.80
cxnSp_with_offMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by 15

ph_bldrMethod · 0.64
ph_bldrMethod · 0.64
orient_fixtureMethod · 0.64
orient_raise_fixtureMethod · 0.64
sz_fixtureMethod · 0.64
shape_elm_factoryMethod · 0.64
_adj_actuals_casesMethod · 0.64
name_get_fixtureMethod · 0.64
cxnSpMethod · 0.64
cxnSp_with_extMethod · 0.64
cxnSp_with_offMethod · 0.64