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

Class Quote

performance/benchmark.py:63–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63class Quote:
64 def __init__(
65 self,
66 id,
67 author,
68 content,
69 posted_at,
70 book_name,
71 page_number,
72 line_number,
73 col_number,
74 ):
75 self.id = id
76 self.author = author
77 self.content = content
78 self.posted_at = posted_at
79 self.book_name = book_name
80 self.page_number = page_number
81 self.line_number = line_number
82 self.col_number = col_number
83
84
85def run_timeit(quotes, iterations, repeat, *, profile=False):

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…