Skip to content
Snippets Groups Projects
Commit d95f29ea authored by dos's avatar dos Committed by dos
Browse files

py,st3m: Application: Rename _app_ctx to app_ctx

The underscore prefix is a convention that implies private
members that classes inheriting from this one aren't expected
to touch.

Since app_ctx is a useful thing to have for a vast majority
of apps, name it explicitly as somthing that's supposed to be
used.
parent cf7d83fa
No related branches found
No related tags found
1 merge request!567py,st3m: Application: Rename _app_ctx to app_ctx
Pipeline #9265 passed