pull/768/head
Simon Willison 2020-05-08 09:57:01 -07:00 zatwierdzone przez GitHub
rodzic ec9cdc3ffa
commit 545c71b604
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -163,9 +163,6 @@ await db.execute_fn(fn)
Executes a given callback function against a read-only database connection running in a thread. The function will be passed a SQLite connection, and the return value from the function will be returned by the ``await``.
Example usage:
syntax:
.. code-block:: python
def get_version(conn);