pyhaystack.client.entity.ops package

Submodules

pyhaystack.client.entity.ops.crud module

Entity CRUD state machines. These are state machines that perform CRUD operations on entities at a high-level.

class pyhaystack.client.entity.ops.crud.EntityTagUpdateOperation(entity, updates)

Bases: pyhaystack.util.state.HaystackOperation

Tag update state machine. This returns the entity instance that was updated on success.

Initialise a request for the named IDs.

Parameters:session – Haystack HTTP session object.
go()

Start the request, check cache for existing entities.

Module contents