MCPcopy Create free account

hub / github.com/internetarchive/openlibrary / functions

Functions6,179 in github.com/internetarchive/openlibrary

Functionfake_get
(key, *a, **kw)
openlibrary/tests/core/test_processors.py:184
Functionfake_get_list
(key, raw=False)
openlibrary/tests/fastapi/test_list_view_json.py:101
Methodfake_hourly
(timestamp, dry_run)
scripts/solr_updater/tests/test_trending_updater_init.py:15
Functionfake_map
(pub)
scripts/tests/test_bwb_opds_imports.py:370
Functionfastapi_client
Create a test client for the FastAPI app (session-scoped for speed).
openlibrary/tests/fastapi/conftest.py:17
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1021
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1035
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1105
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1135
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1165
Methodfieldnames
(self)
openlibrary/plugins/upstream/account.py:1204
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1016
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1031
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1101
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1131
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1161
Methodfilename
(self)
openlibrary/plugins/upstream/account.py:1200
Methodfinalize
()
openlibrary/components/lit/OlToast.js:427
Methodfinalize
()
openlibrary/components/lit/OlBanner.js:154
Methodfind_account
(self, username=None, email=None)
openlibrary/mocks/mock_infobase.py:339
Methodfind_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
Functionfind_doctests
(modules)
openlibrary/plugins/books/tests/test_doctests.py:6
Methodfind_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
Methodfind_edition_counts
Returns the edition_count entries effected by this change.
openlibrary/olbase/events.py:97
Methodfind_redirects
Returns keys of all things which redirect to this one.
scripts/solr_builder/solr_builder/solr_builder.py:242
Methodfind_redirects
(self, key)
openlibrary/tests/solr/test_update.py:87
Methodfind_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
Methodfind_redirects
(self, key: str)
openlibrary/solr/data_provider.py:299
Methodfind_redirects
Returns all the keys that are redirected to this.
openlibrary/solr/data_provider.py:433
Methodfind_references
(self, key)
openlibrary/plugins/upstream/merge_authors.py:128
Methodfind_route
()
openlibrary/utils/sentry.py:214
Methodfind_route_name
(self)
openlibrary/utils/sentry.py:207
Methodfind_series_edge
(self, series_key)
openlibrary/tests/core/lists/test_model.py:39
Methodfind_type
()
openlibrary/utils/sentry.py:208
Methodfind_user_by_email
(self, email)
openlibrary/mocks/mock_infobase.py:282
Methodfinish
()
openlibrary/components/lit/OlDialog.js:494
MethodfirstUpdated
()
openlibrary/components/lit/OLReadMore.js:140
MethodfirstUpdated
()
openlibrary/components/lit/OLMarkdownEditor.js:423
MethodfirstUpdated
()
openlibrary/components/lit/OLButton.js:74
MethodfirstUpdated
()
openlibrary/components/lit/OlBanner.js:131
MethodfirstUpdated
()
openlibrary/components/lit/OlDialog.js:722
MethodfirstUpdated
()
openlibrary/components/lit/OlCarousel.js:353
MethodfirstUpdated
()
openlibrary/components/lit/OlPopover.js:332
Methodfirst_publish_year
(self)
openlibrary/solr/updater/work.py:419
Methodfirst_sentence
(self)
openlibrary/solr/updater/work.py:611
Methodfix_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
Methodflip
(name)
openlibrary/plugins/upstream/models.py:543
Functionflip_subject
(s: str)
openlibrary/catalog/marc/get_subjects.py:29
Functionfmt_author
(a)
openlibrary/catalog/utils/__init__.py:252
Methodfoaf_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
Methodfoo
()
openlibrary/tests/core/test_cache.py:22
Methodformat
(self)
openlibrary/solr/updater/edition.py:249
MethodformatCodeBlock
()
openlibrary/components/lit/OLMarkdownEditor.js:505
MethodformatInlineCode
()
openlibrary/components/lit/OLMarkdownEditor.js:504
MethodformatQuote
()
openlibrary/components/lit/OLMarkdownEditor.js:503
Functionformat_decimal
Locale-aware decimal number formatting.
openlibrary/core/helpers.py:193
Methodformat_excerpt
(e)
openlibrary/plugins/books/dynlinks.py:274
Methodformat_table_of_contents
(toc)
openlibrary/plugins/books/dynlinks.py:280
Methodfrom_dict
(cls, d: dict)
openlibrary/plugins/openlibrary/status.py:364
Methodfrom_key
:param str key: e.g. /usergroup/foo :rtype: UserGroup | None
openlibrary/core/models.py:1141
Methodfrom_markdown
(text: str)
openlibrary/plugins/upstream/table_of_contents.py:41
Methodfrom_output
(output: str)
openlibrary/plugins/openlibrary/status.py:227
Methodfrom_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
Methodfull_title
(self)
openlibrary/core/models.py:260
Functionfulltext_search_suggestion_partial
Get full-text search suggestions HTML. The data parameter is the raw search query string.
openlibrary/fastapi/partials.py:86
Functiong
(*a, **kw)
openlibrary/plugins/upstream/account.py:1491
Functiongauge
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
Functiongen_html_entries
()
openlibrary/i18n/test_po_files.py:70
Methodgenerate
(cls)
openlibrary/plugins/openlibrary/partials.py:78
FunctiongenerateViteEntryFile
* 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
Methodgenerate_async
( title: str, isbn: str | None, asin: str | None, prices: bool, )
openlibrary/plugins/openlibrary/partials.py:300
Methodgenerate_async
(cls, data: dict, sfw: bool = False)
openlibrary/plugins/openlibrary/partials.py:332
Methodgenerate_async
(cls, query: str)
openlibrary/plugins/openlibrary/partials.py:391
Methodgenerate_async
(cls, workId: str, editionId: str)
openlibrary/plugins/openlibrary/partials.py:405
Methodgenerate_async
(cls, params: LazyCarouselParams)
openlibrary/plugins/openlibrary/partials.py:444
Functiongenerate_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
Functiongenerate_dump
Generate dump from cdump. The given cdump must be sorted by key.
openlibrary/data/dump.py:177
Functiongenerate_html_index
(index_file, outdir)
openlibrary/data/sitemap.py:140
Functiongenerate_idump
Generate incremental dump for the given day.
openlibrary/data/dump.py:198
Functiongenerate_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
Functiongenerate_po
(args)
openlibrary/i18n/__init__.py:298
Functiongenerate_sitemaps
(index_file, outdir, prefix)
openlibrary/data/sitemap.py:114
Functiongeneric_carousel
( query=None, subject=None, sorts=None, limit=None, timeout=None, safe_mode=True, )
openlibrary/plugins/openlibrary/home.py:274
Functionget
(key)
scripts/copydocs.py:284
Functionget
(name, default=None)
openlibrary/coverstore/config.py:15
Functionget
(key)
openlibrary/coverstore/oldb.py:60
Methodget
(self, url, **kwargs)
scripts/tests/test_bwb_opds_imports.py:183
Methodget
(self, key)
openlibrary/core/cache.py:278
Methodget
(self, key: str)
openlibrary/core/cache.py:315
Methodget
(key)
openlibrary/tests/core/test_connections.py:31
Methodget
(self, key: str | None)
openlibrary/plugins/upstream/utils.py:1261
Methodget
(self, sitename, data)
openlibrary/plugins/openlibrary/connection.py:293
FunctiongetExperiment
(experimentName)
openlibrary/plugins/openlibrary/js/experiments.js:1
MethodgetRootElement
* Returns reference to the root element of this check-in prompt. * @returns {HTMLElement}
openlibrary/plugins/openlibrary/js/my-books/MyBooksDropper/CheckInComponents.js:412
MethodgetRootElement
* @returns {HTMLElement}
openlibrary/plugins/openlibrary/js/my-books/MyBooksDropper/CheckInComponents.js:457
Methodget_a_block_of_books
()
openlibrary/core/bookshelves.py:566
Methodget_access
Return the access level of the edition.
openlibrary/book_providers.py:261
Methodget_access
(self, edition: dict, metadata: IALiteMetadata | None = None)
openlibrary/book_providers.py:337
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, db_edition: Edition | None = None, )
openlibrary/book_providers.py:356
Methodget_acquisitions
( self, ed_or_solr: Edition | dict, )
openlibrary/book_providers.py:445
← previousnext →3,801–3,900 of 6,179, ranked by callers