MCPcopy Create free account
hub / github.com/pallets/flask / __init__

Method __init__

tests/test_json.py:225–226  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

223def test_json_customization(app, client):
224 class X: # noqa: B903, for Python2 compatibility
225 def __init__(self, val):
226 self.val = val
227
228 def default(o):
229 if isinstance(o, X):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected