From: Denis Laxalde Date: Fri, 5 Apr 2024 10:35:53 +0000 (+0200) Subject: chore: regenerate _pq_ctypes.pyi X-Git-Tag: 3.2.0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0922e736b93f66b5a4df056a9ae7cf23d3fac004;p=thirdparty%2Fpsycopg.git chore: regenerate _pq_ctypes.pyi Following commit a7f280227923ccb5de8928f7335e092531eedea1. --- diff --git a/psycopg/psycopg/pq/_pq_ctypes.pyi b/psycopg/psycopg/pq/_pq_ctypes.pyi index bf7d85030..4a03767b5 100644 --- a/psycopg/psycopg/pq/_pq_ctypes.pyi +++ b/psycopg/psycopg/pq/_pq_ctypes.pyi @@ -144,7 +144,6 @@ def PQdb(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQuser(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQpass(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQhost(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... -def _PQhostaddr(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQport(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQtty(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... def PQoptions(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ... @@ -204,16 +203,9 @@ def PQsetSingleRowMode(arg1: Optional[PGconn_struct]) -> int: ... def PQgetCancel(arg1: Optional[PGconn_struct]) -> PGcancel_struct: ... def PQfreeCancel(arg1: Optional[PGcancel_struct]) -> None: ... def PQputCopyData(arg1: Optional[PGconn_struct], arg2: bytes, arg3: int) -> int: ... -def _PQsetTraceFlags(arg1: Optional[PGconn_struct], arg2: int) -> None: ... def PQuntrace(arg1: Optional[PGconn_struct]) -> None: ... def PQfreemem(arg1: Any) -> None: ... -def _PQencryptPasswordConn(arg1: Optional[PGconn_struct], arg2: bytes, arg3: bytes, arg4: bytes) -> Optional[bytes]: ... def PQmakeEmptyPGresult(arg1: Optional[PGconn_struct], arg2: int) -> PGresult_struct: ... -def _PQpipelineStatus(arg1: Optional[PGconn_struct]) -> int: ... -def _PQenterPipelineMode(arg1: Optional[PGconn_struct]) -> int: ... -def _PQexitPipelineMode(arg1: Optional[PGconn_struct]) -> int: ... -def _PQpipelineSync(arg1: Optional[PGconn_struct]) -> int: ... -def _PQsendFlushRequest(arg1: Optional[PGconn_struct]) -> int: ... def PQinitOpenSSL(arg1: int, arg2: int) -> None: ... # autogenerated: end # fmt: on