@@ -467,7 +467,7 @@ Connection objects
467
467
supplied, this must be a callable returning an instance of :class: `Cursor `
468
468
or its subclasses.
469
469
470
- .. method :: blobopen(table, column, row, /, *, readonly=False, name="main")
470
+ .. method :: blobopen(table, column, row, /, \ *, readonly=False, name="main")
471
471
472
472
Open a :class: `Blob ` handle to an existing
473
473
:abbr: `BLOB ( Binary Large OBject ) `.
@@ -537,7 +537,7 @@ Connection objects
537
537
:meth: `~Cursor.executescript ` on it with the given *sql_script *.
538
538
Return the new cursor object.
539
539
540
- .. method :: create_function(name, narg, func, *, deterministic=False)
540
+ .. method :: create_function(name, narg, func, \ *, deterministic=False)
541
541
542
542
Create or remove a user-defined SQL function.
543
543
@@ -828,7 +828,7 @@ Connection objects
828
828
con.close()
829
829
830
830
831
- .. method :: backup(target, *, pages=-1, progress=None, name="main", sleep=0.250)
831
+ .. method :: backup(target, \ *, pages=-1, progress=None, name="main", sleep=0.250)
832
832
833
833
Create a backup of an SQLite database.
834
834
@@ -940,7 +940,7 @@ Connection objects
940
940
.. _SQLite limit category : https://www.sqlite.org/c3ref/c_limit_attached.html
941
941
942
942
943
- .. method :: serialize(*, name="main")
943
+ .. method :: serialize(\ *, name="main")
944
944
945
945
Serialize a database into a :class: `bytes ` object. For an
946
946
ordinary on-disk database file, the serialization is just a copy of the
@@ -962,7 +962,7 @@ Connection objects
962
962
.. versionadded :: 3.11
963
963
964
964
965
- .. method :: deserialize(data, /, *, name="main")
965
+ .. method :: deserialize(data, /, \ *, name="main")
966
966
967
967
Deserialize a :meth: `serialized <serialize> ` database into a
968
968
:class: `Connection `.
0 commit comments