MCPcopy
hub / github.com/fastapi/fastapi / Person

Class Person

tests/test_jsonable_encoder.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class Person:
19 def __init__(self, name: str):
20 self.name = name
21
22
23class Pet:

Callers 1

test_encode_classFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_encode_classFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…