| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| .. include for modules that don't work on WASM or mobile platforms | ||
|
|
||
| .. availability:: not Android, not iOS, not WASI. | ||
|
|
||
| This module is not supported on :ref:`mobile platforms <mobile-availability>` | ||
| or :ref:`WebAssembly platforms <wasm-availability>`. |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| Expand Up | @@ -19,8 +19,6 @@ slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There | |||
| is a `third party interface <https://www.jcea.es/programacion/pybsddb.htm>`_ to | ||||
| the Oracle Berkeley DB. | ||||
|
|
||||
| .. include:: ../includes/wasm-ios-notavail.rst | ||||
|
|
||||
| .. exception:: error | ||||
|
|
||||
| A tuple containing the exceptions that can be raised by each of the supported | ||||
| Expand Down Expand Up | @@ -164,6 +162,8 @@ SQLite backend for the :mod:`dbm` module. | |||
| The files created by :mod:`dbm.sqlite3` can thus be opened by :mod:`sqlite3`, | ||||
| or any other SQLite browser, including the SQLite CLI. | ||||
|
|
||||
| .. include:: ../includes/wasm-notavail.rst | ||||
|
|
||||
| .. function:: open(filename, /, flag="r", mode=0o666) | ||||
|
|
||||
| Open an SQLite database. | ||||
| Expand Down Expand Up | @@ -207,6 +207,8 @@ functionality like crash tolerance. | |||
| The file formats created by :mod:`dbm.gnu` and :mod:`dbm.ndbm` are incompatible | ||||
| and can not be used interchangeably. | ||||
|
|
||||
| .. include:: ../includes/wasm-mobile-notavail.rst | ||||
|
|
||||
|
Comment thread
Comment on lines
+210
to
+211
Copy link
Copy Markdown
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
Sorry, something went wrong.
All reactions
|
||||
| .. exception:: error | ||||
|
|
||||
| Raised on :mod:`dbm.gnu`-specific errors, such as I/O errors. :exc:`KeyError` is | ||||
| Expand Down Expand Up | @@ -326,6 +328,8 @@ This module can be used with the "classic" NDBM interface or the | |||
| when storing values larger than this limit. Reading such corrupted files can | ||||
| result in a hard crash (segmentation fault). | ||||
|
|
||||
| .. include:: ../includes/wasm-mobile-notavail.rst | ||||
|
|
||||
|
Comment thread
Comment on lines
+331
to
+332
Copy link
Copy Markdown
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
Sorry, something went wrong.
All reactions
|
||||
| .. exception:: error | ||||
|
|
||||
| Raised on :mod:`dbm.ndbm`-specific errors, such as I/O errors. :exc:`KeyError` is raised | ||||
| Expand Down | ||||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.