Closed NicoRenaud closed 4 years ago
pdb2sq.__call__(**kwargs) returns a class instance with the selection specified in the kwargs #41
pdb2sq.__call__(**kwargs)
I'm not sure if having that in the __call__ is the best option or if having an extra method e.g. pdb2sql.clone(**kwargs) would be better ...
__call__
pdb2sql.clone(**kwargs)
pdb2sq.__call__(**kwargs)
returns a class instance with the selection specified in the kwargs #41