Add docs to blocks context postprocessing function (#2332)

Co-authored-by: Ian Gonzalez <ian.gl@protonmail.com>
This commit is contained in:
Ian González 2022-09-26 09:43:40 -05:00 committed by GitHub
parent 8ca7f9c43b
commit 027bbc0180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,9 @@ class BlockContext(Block):
Context.block = self.parent
def postprocess(self, y):
"""
Any postprocessing needed to be performed on a block context.
"""
return y