Return the bind params for this compiled object.
(self)
| 996 | |
| 997 | @property |
| 998 | def params(self): |
| 999 | """Return the bind params for this compiled object.""" |
| 1000 | return self.construct_params() |
| 1001 | |
| 1002 | |
| 1003 | class TypeCompiler(util.EnsureKWArg): |
nothing calls this directly
no test coverage detected