Antelope Query and Subclasses

Root-level catalog interface

antelope.interfaces.abstract_query.ANTELOPE_INTERFACES = ('basic', 'exchange', 'index', 'quantity', 'background', 'configure', 'foreground')

The interfaces that exist in the Antelope framework

exception antelope.interfaces.abstract_query.PrivateArchive

Bases: Exception

class antelope.interfaces.abstract_query.AbstractQuery

Bases: object

Not-quite-abstract base class for executing queries

Query implementation must provide:
  • origin (property)

  • _iface (generator: itype)

  • _tm (property) a TermManager

property origin
make_ref(entity)

Subclasses