home / docs / sections

sections: internals:datasette-actors-from-ids

This data as json

id page ref title content breadcrumbs references
internals:datasette-actors-from-ids internals datasette-actors-from-ids await .actors_from_ids(actor_ids) actor_ids - list of strings or integers A list of actor IDs to look up. Returns a dictionary, where the keys are the IDs passed to it and the values are the corresponding actor dictionaries. This method is mainly designed to be used with plugins. See the actors_from_ids(datasette, actor_ids) documentation for details. If no plugins that implement that hook are installed, the default return value looks like this: { "1": {"id": "1"}, "2": {"id": "2"} } ["Internals for plugins", "Datasette class"] []
Powered by Datasette · Queries took 1.802ms