MCPcopy
hub / github.com/psycopg/psycopg / make

Method make

tests/fix_faker.py:296–298  ·  view source on GitHub ↗
(self, spec)

Source from the content-addressed store, hash-verified

294 return None
295
296 def make(self, spec):
297 # spec can be a type or a tuple (type, options)
298 return self.get_maker(spec)(spec)
299
300 def example(self, spec):
301 # A good representative of the object - no degenerate case

Callers 6

make_recordMethod · 0.95
exampleMethod · 0.95
make_listMethod · 0.95
make_RangeMethod · 0.95
make_tupleMethod · 0.95
_make_jsonMethod · 0.95

Calls 1

get_makerMethod · 0.95

Tested by

no test coverage detected