MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

test/sql/test_metadata.py:4688–4689  ·  view source on GitHub ↗
(self, type_, **kw)

Source from the content-addressed store, hash-verified

4686 return MyColumn(type_, **kw)
4687
4688 def __init__(self, type_, **kw):
4689 Column.__init__(self, type_, **kw)
4690
4691 def my_goofy_thing(self):
4692 return "hi"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected