Skip to content

IPostProcessor

A Token that can post-process the complete resolved value, after resolve() has recursed over it.

Methods

Name Description
post_process Process the completely resolved value, after full recursion/resolution has happened.

post_process

def post_process(
  input: typing.Any,
  context: IResolveContext
) -> typing.Any

Process the completely resolved value, after full recursion/resolution has happened.

inputRequired

  • Type: typing.Any

contextRequired