Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ example_list
Method
example_list
tests/fix_faker.py:533–534 ·
view source on GitHub ↗
(self, spec)
Source
from the content-addressed store, hash-verified
531
return
rv
532
533
def
example_list(self, spec):
534
return
[self.example(spec[1])]
535
536
def
match_list(self, spec, got, want):
537
assert len(got) == len(want)
Callers
nothing calls this directly
Calls
1
example
Method · 0.95
Tested by
no test coverage detected