MCPcopy Index your code
hub / github.com/python/cpython / create

Method create

Lib/test/test_tkinter/test_images.py:67–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65
66class BaseImageTest:
67 def create(self):
68 return self.image_class('::img::test', master=self.root,
69 file=self.testfile)
70
71 def test_bug_100814(self):
72 # gh-100814: Passing a callable option value causes AttributeError.

Callers 11

test_blankMethod · 0.45
test_copyMethod · 0.45
test_subsampleMethod · 0.45
test_zoomMethod · 0.45
test_copy_replaceMethod · 0.45
test_putMethod · 0.45
test_getMethod · 0.45
test_writeMethod · 0.45
test_dataMethod · 0.45
test_transparencyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected