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

Method get_image

qrcode/image/base.py:78–82  ·  view source on GitHub ↗

Return the image class for further processing.

(self, **kwargs)

Source from the content-addressed store, hash-verified

76 pass
77
78 def get_image(self, **kwargs):
79 """
80 Return the image class for further processing.
81 """
82 return self._img
83
84 def check_kind(self, kind, transform=None):
85 """

Callers 3

test_render_pypngFunction · 0.80
test_render_pypng_to_strFunction · 0.80
test_render_pilFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_render_pypngFunction · 0.64
test_render_pypng_to_strFunction · 0.64
test_render_pilFunction · 0.64