Skip to content

Commit 0922e73

Browse files
dlaxdvarrazzo
authored andcommitted
chore: regenerate _pq_ctypes.pyi
Following commit a7f2802.
1 parent 92153df commit 0922e73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

psycopg/psycopg/pq/_pq_ctypes.pyi

-8
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def PQdb(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
144144
def PQuser(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
145145
def PQpass(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
146146
def PQhost(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
147-
def _PQhostaddr(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
148147
def PQport(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
149148
def PQtty(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
150149
def PQoptions(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
@@ -204,16 +203,9 @@ def PQsetSingleRowMode(arg1: Optional[PGconn_struct]) -> int: ...
204203
def PQgetCancel(arg1: Optional[PGconn_struct]) -> PGcancel_struct: ...
205204
def PQfreeCancel(arg1: Optional[PGcancel_struct]) -> None: ...
206205
def PQputCopyData(arg1: Optional[PGconn_struct], arg2: bytes, arg3: int) -> int: ...
207-
def _PQsetTraceFlags(arg1: Optional[PGconn_struct], arg2: int) -> None: ...
208206
def PQuntrace(arg1: Optional[PGconn_struct]) -> None: ...
209207
def PQfreemem(arg1: Any) -> None: ...
210-
def _PQencryptPasswordConn(arg1: Optional[PGconn_struct], arg2: bytes, arg3: bytes, arg4: bytes) -> Optional[bytes]: ...
211208
def PQmakeEmptyPGresult(arg1: Optional[PGconn_struct], arg2: int) -> PGresult_struct: ...
212-
def _PQpipelineStatus(arg1: Optional[PGconn_struct]) -> int: ...
213-
def _PQenterPipelineMode(arg1: Optional[PGconn_struct]) -> int: ...
214-
def _PQexitPipelineMode(arg1: Optional[PGconn_struct]) -> int: ...
215-
def _PQpipelineSync(arg1: Optional[PGconn_struct]) -> int: ...
216-
def _PQsendFlushRequest(arg1: Optional[PGconn_struct]) -> int: ...
217209
def PQinitOpenSSL(arg1: int, arg2: int) -> None: ...
218210
# autogenerated: end
219211
# fmt: on

0 commit comments

Comments
 (0)