Skip to content
Snippets Groups Projects

Helper for ListCorpusEntities

Merged Thibault Lavigne requested to merge helper-for-list-corpus-entities into master
All threads resolved!
2 files
+ 43
23
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -200,10 +200,10 @@ class EntityMixin(object):
parent: Element = None,
):
"""
List all entities in a corpus
List all entities in the worker's corpus
This method does not support cache
:param name str: For filter entities by part of their name (case-insensitive)
:param parent str: uuid for restrict entities to those linked to all transcriptions of an element and all its descendants. Note that links to metadata are ignored.
:param name str: Filter entities by part of their name (case-insensitive)
:param parent Element: Restrict entities to those linked to all transcriptions of an element and all its descendants. Note that links to metadata are ignored.
"""
query_params = {}
Loading