| 410 | |
| 411 | |
| 412 | class BindComplete(_ZeroPadding): |
| 413 | name = "Bind Complete" |
| 414 | fields_desc = [ |
| 415 | ByteTagField(b"2"), |
| 416 | SignedIntField("len", 4), |
| 417 | ] |
| 418 | |
| 419 | |
| 420 | CLOSE_DESCRIBE_TYPE = {b"S": "PreparedStatement", b"P": "Portal"} |
nothing calls this directly
no test coverage detected
searching dependent graphs…