Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ functions
Functions
6,179 in github.com/internetarchive/openlibrary
⨍
Functions
6,179
◇
Types & classes
1,059
↳
Endpoints
131
Function
fake_get
(key, *a, **kw)
openlibrary/tests/core/test_processors.py:184
Function
fake_get_list
(key, raw=False)
openlibrary/tests/fastapi/test_list_view_json.py:101
Method
fake_hourly
(timestamp, dry_run)
scripts/solr_updater/tests/test_trending_updater_init.py:15
Function
fake_map
(pub)
scripts/tests/test_bwb_opds_imports.py:370
Function
fastapi_client
Create a test client for the FastAPI app (session-scoped for speed).
openlibrary/tests/fastapi/conftest.py:17
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1021
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1035
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1105
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1135
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1165
Method
fieldnames
(self)
openlibrary/plugins/upstream/account.py:1204
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1016
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1031
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1101
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1131
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1161
Method
filename
(self)
openlibrary/plugins/upstream/account.py:1200
Method
finalize
()
openlibrary/components/lit/OlToast.js:427
Method
finalize
()
openlibrary/components/lit/OlBanner.js:154
Method
find_account
(self, username=None, email=None)
openlibrary/mocks/mock_infobase.py:339
Method
find_data
Returns the data entries effected by this change. The data entry stores the history, lists and edition_count of a page.
openlibrary/olbase/events.py:75
Function
find_doctests
(modules)
openlibrary/plugins/books/tests/test_doctests.py:6
Method
find_edition
Checks if the given identifier has already been imported into OL. :param str identifier: ocaid :return: OL item key of match
openlibrary/plugins/importapi/code.py:484
Method
find_edition_counts
Returns the edition_count entries effected by this change.
openlibrary/olbase/events.py:97
Method
find_redirects
Returns keys of all things which redirect to this one.
scripts/solr_builder/solr_builder/solr_builder.py:242
Method
find_redirects
(self, key)
openlibrary/tests/solr/test_update.py:87
Method
find_redirects
Returns keys of all things which redirect to this one. :param str key: type-prefixed key :rtype: list of str
openlibrary/solr/data_provider.py:247
Method
find_redirects
(self, key: str)
openlibrary/solr/data_provider.py:299
Method
find_redirects
Returns all the keys that are redirected to this.
openlibrary/solr/data_provider.py:433
Method
find_references
(self, key)
openlibrary/plugins/upstream/merge_authors.py:128
Method
find_route
()
openlibrary/utils/sentry.py:214
Method
find_route_name
(self)
openlibrary/utils/sentry.py:207
Method
find_series_edge
(self, series_key)
openlibrary/tests/core/lists/test_model.py:39
Method
find_type
()
openlibrary/utils/sentry.py:208
Method
find_user_by_email
(self, email)
openlibrary/mocks/mock_infobase.py:282
Method
finish
()
openlibrary/components/lit/OlDialog.js:494
Method
firstUpdated
()
openlibrary/components/lit/OLReadMore.js:140
Method
firstUpdated
()
openlibrary/components/lit/OLMarkdownEditor.js:423
Method
firstUpdated
()
openlibrary/components/lit/OLButton.js:74
Method
firstUpdated
()
openlibrary/components/lit/OlBanner.js:131
Method
firstUpdated
()
openlibrary/components/lit/OlDialog.js:722
Method
firstUpdated
()
openlibrary/components/lit/OlCarousel.js:353
Method
firstUpdated
()
openlibrary/components/lit/OlPopover.js:332
Method
first_publish_year
(self)
openlibrary/solr/updater/work.py:419
Method
first_sentence
(self)
openlibrary/solr/updater/work.py:611
Method
fix_broken_redirect
Some work/edition records references to redirected author records and that is making save fail. This is a hack to work-around that is
openlibrary/plugins/openlibrary/connection.py:509
Method
flip
(name)
openlibrary/plugins/upstream/models.py:543
Function
flip_subject
(s: str)
openlibrary/catalog/marc/get_subjects.py:29
Function
fmt_author
(a)
openlibrary/catalog/utils/__init__.py:252
Method
foaf_agent
Friend of a friend ontology Agent type. http://xmlns.com/foaf/spec/#term_Agent https://en.wikipedia.org/wiki/FOAF_(ontology)
openlibrary/core/models.py:861
Method
foo
()
openlibrary/tests/core/test_cache.py:22
Method
format
(self)
openlibrary/solr/updater/edition.py:249
Method
formatCodeBlock
()
openlibrary/components/lit/OLMarkdownEditor.js:505
Method
formatInlineCode
()
openlibrary/components/lit/OLMarkdownEditor.js:504
Method
formatQuote
()
openlibrary/components/lit/OLMarkdownEditor.js:503
Function
format_decimal
Locale-aware decimal number formatting.
openlibrary/core/helpers.py:193
Method
format_excerpt
(e)
openlibrary/plugins/books/dynlinks.py:274
Method
format_table_of_contents
(toc)
openlibrary/plugins/books/dynlinks.py:280
Method
from_dict
(cls, d: dict)
openlibrary/plugins/openlibrary/status.py:364
Method
from_key
:param str key: e.g. /usergroup/foo :rtype: UserGroup | None
openlibrary/core/models.py:1141
Method
from_markdown
(text: str)
openlibrary/plugins/upstream/table_of_contents.py:41
Method
from_output
(output: str)
openlibrary/plugins/openlibrary/status.py:227
Method
from_request
FastAPI dependency that extracts and validates Solr internals params. Returns None if the feature is not enabled or no params were p
openlibrary/fastapi/models.py:180
Method
full_title
(self)
openlibrary/core/models.py:260
Function
fulltext_search_suggestion_partial
Get full-text search suggestions HTML. The data parameter is the raw search query string.
openlibrary/fastapi/partials.py:86
Function
g
(*a, **kw)
openlibrary/plugins/upstream/account.py:1491
Function
gauge
Gauges are a constant data type. Ordinarily the rate should be 1.0. See https://statsd.readthedocs.io/en/v3.3/types.html#gauges
openlibrary/core/stats.py:59
Function
gen_html_entries
()
openlibrary/i18n/test_po_files.py:70
Method
generate
(cls)
openlibrary/plugins/openlibrary/partials.py:78
Function
generateViteEntryFile
* Generates a temporary entry file for Vite to build the web component * @param {string} componentName - Name of the Vue component to build * @throw
openlibrary/components/vite.config.mjs:59
Method
generate_async
( title: str, isbn: str | None, asin: str | None, prices: bool, )
openlibrary/plugins/openlibrary/partials.py:300
Method
generate_async
(cls, data: dict, sfw: bool = False)
openlibrary/plugins/openlibrary/partials.py:332
Method
generate_async
(cls, query: str)
openlibrary/plugins/openlibrary/partials.py:391
Method
generate_async
(cls, workId: str, editionId: str)
openlibrary/plugins/openlibrary/partials.py:405
Method
generate_async
(cls, params: LazyCarouselParams)
openlibrary/plugins/openlibrary/partials.py:444
Function
generate_cdump
Generates cdump from a copy of data table. If date is specified, only revisions created on or before that date will be considered.
openlibrary/data/dump.py:119
Function
generate_dump
Generate dump from cdump. The given cdump must be sorted by key.
openlibrary/data/dump.py:177
Function
generate_html_index
(index_file, outdir)
openlibrary/data/sitemap.py:140
Function
generate_idump
Generate incremental dump for the given day.
openlibrary/data/dump.py:198
Function
generate_osp_db
This function generates an SQLite database from a directory of .json.gz files. The database contains data extracted from the JSON files, incl
openlibrary/utils/open_syllabus_project.py:57
Function
generate_po
(args)
openlibrary/i18n/__init__.py:298
Function
generate_sitemaps
(index_file, outdir, prefix)
openlibrary/data/sitemap.py:114
Function
generic_carousel
( query=None, subject=None, sorts=None, limit=None, timeout=None, safe_mode=True, )
openlibrary/plugins/openlibrary/home.py:274
Function
get
(key)
scripts/copydocs.py:284
Function
get
(name, default=None)
openlibrary/coverstore/config.py:15
Function
get
(key)
openlibrary/coverstore/oldb.py:60
Method
get
(self, url, **kwargs)
scripts/tests/test_bwb_opds_imports.py:183
Method
get
(self, key)
openlibrary/core/cache.py:278
Method
get
(self, key: str)
openlibrary/core/cache.py:315
Method
get
(key)
openlibrary/tests/core/test_connections.py:31
Method
get
(self, key: str | None)
openlibrary/plugins/upstream/utils.py:1261
Method
get
(self, sitename, data)
openlibrary/plugins/openlibrary/connection.py:293
Function
getExperiment
(experimentName)
openlibrary/plugins/openlibrary/js/experiments.js:1
Method
getRootElement
* Returns reference to the root element of this check-in prompt. * @returns {HTMLElement}
openlibrary/plugins/openlibrary/js/my-books/MyBooksDropper/CheckInComponents.js:412
Method
getRootElement
* @returns {HTMLElement}
openlibrary/plugins/openlibrary/js/my-books/MyBooksDropper/CheckInComponents.js:457
Method
get_a_block_of_books
()
openlibrary/core/bookshelves.py:566
Method
get_access
Return the access level of the edition.
openlibrary/book_providers.py:261
Method
get_access
(self, edition: dict, metadata: IALiteMetadata | None = None)
openlibrary/book_providers.py:337
Method
get_acquisitions
( self, ed_or_solr: Edition | dict, db_edition: Edition | None = None, )
openlibrary/book_providers.py:356
Method
get_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:445
← previous
next →
3,801–3,900 of 6,179, ranked by callers