(self)
| 273 | return self.length |
| 274 | |
| 275 | def __str__(self): |
| 276 | return f"{self.__class__} {self.db!r}.{self.table_name!r}.{self.name!r}, type={self.type_code}, flags={self.flags:x}" |
| 277 | |
| 278 | |
| 279 | class OKPacketWrapper: |
nothing calls this directly
no outgoing calls
no test coverage detected