Skip to content
Snippets Groups Projects
Select Git revision
  • d95f29ead613bcd2554c65b1d1fdfd7c69d2bc73
  • main default protected
  • phhw
  • captouch-threshold
  • t
  • dos
  • test2
  • test
  • slewtest
  • simtest
  • view-think
  • vm-pending
  • media-buf
  • scope
  • passthrough
  • wave
  • vsync
  • dos-main-patch-50543
  • json-error
  • rahix/big-flow3r
  • pippin/media_framework
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
34 results

application.py

Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • dos's avatar
    d95f29ea
    py,st3m: Application: Rename _app_ctx to app_ctx · d95f29ea
    dos authored and dos's avatar dos committed
    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.
    d95f29ea
    History
    py,st3m: Application: Rename _app_ctx to app_ctx
    dos authored and dos's avatar dos committed
    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.