context
¤
Mixin for managing context data in Fluree operations.
Classes:
-
WithContextMixin
–Provides context management for Fluree operations.
Attributes:
-
T
–Ensure that the type we are trying to create has a context attribute.
T
module-attribute
¤
T = TypeVar('T', bound='HasContextData')
Ensure that the type we are trying to create has a context attribute.
WithContextMixin
¤
Provides context management for Fluree operations.
Methods:
-
with_context
–Updates the operation's context with new data.