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

Method max_fixture

tests/text/test_layout.py:206–209  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

204 ]
205 )
206 def max_fixture(self, request):
207 seq, predicate, expected_value = request.param
208 bst = _BinarySearchTree.from_ordered_sequence(seq)
209 return bst, predicate, expected_value
210
211
212class Describe_LineSource(object):

Callers

nothing calls this directly

Calls 1

from_ordered_sequenceMethod · 0.80

Tested by

no test coverage detected