Merge branch 'zhiwei/bp-copy' of https://github.com/ChihweiLHBird/sanic into zhiwei/bp-copy

This commit is contained in:
Zhiwei Liang 2021-08-09 15:05:18 -05:00
commit cc81895740

View File

@ -171,7 +171,7 @@ class Blueprint(BaseSanic):
trailing */* trailing */*
:param with_registration: whether register new blueprint instance with :param with_registration: whether register new blueprint instance with
sanic apps that were registered with the old instance or not. sanic apps that were registered with the old instance or not.
:param with_ctx: whether `ctx` will be copied or not. :param with_ctx: whether ``ctx`` will be copied or not.
""" """
attrs_backup = { attrs_backup = {