MCPcopy
hub / github.com/marshmallow-code/marshmallow / Author

Class Author

performance/benchmark.py:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class Author:
54 def __init__(self, id, first, last, book_count, age, address):
55 self.id = id
56 self.first = first
57 self.last = last
58 self.book_count = book_count
59 self.age = age
60 self.address = address
61
62
63class Quote:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…