MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / make_image

Method make_image

qrcode/main.py:330–332  ·  view source on GitHub ↗
(
        self, image_factory: Literal[None] = None, **kwargs
    )

Source from the content-addressed store, hash-verified

328
329 @overload
330 def make_image(
331 self, image_factory: Literal[None] = None, **kwargs
332 ) -> GenericImage: ...
333
334 @overload
335 def make_image(

Callers 15

mainFunction · 0.95
run_exampleFunction · 0.95
makeFunction · 0.95
test_qrcode_factoryFunction · 0.95
test_render_pypngFunction · 0.95
test_render_pypng_to_strFunction · 0.95
test_render_svgFunction · 0.95
test_render_svg_pathFunction · 0.95
test_render_svg_fragmentFunction · 0.95
test_svg_stringFunction · 0.95

Calls 6

makeMethod · 0.95
_check_box_sizeFunction · 0.85
getMethod · 0.80
drawrect_contextMethod · 0.45
drawrectMethod · 0.45
processMethod · 0.45

Tested by 15

test_qrcode_factoryFunction · 0.76
test_render_pypngFunction · 0.76
test_render_pypng_to_strFunction · 0.76
test_render_svgFunction · 0.76
test_render_svg_pathFunction · 0.76
test_render_svg_fragmentFunction · 0.76
test_svg_stringFunction · 0.76
test_svg_circle_drawerFunction · 0.76
test_render_pilFunction · 0.76