OptionaladapterAn optional adapter used to evaluate the filter against dict when
it isn't a real HDict.
If not defined, dict is assumed to be a real HDict.
The dict to evaluate the filter on.
OptionalnamespaceAn optional namespace used for resolving def related queries.
Def related queries (isa and relationship filters) require dict
to be a real HDict. They will not match against any other subject.
OptionalresolveAn optional method used to resolve a dict from a ref.
If not defined, the reference will not be resolved.
The evaluation context.
The context is queried during the evaluation of a node for property values.
Subjectdefaults toHDictfor backwards compatibility. A different backing object can be used by supplying a matchingadapter.