Skip to content
Snippets Groups Projects
Select Git revision
  • 2439ffadc83ff6a45337905c54d405ec0b8f1b54
  • 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

view.py

Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • dx's avatar
    2439ffad
    Convert ctx from an ABC to a mypystub · 2439ffad
    dx authored and q3k's avatar q3k committed
    Required a bunch of renaming from ctx.Ctx to ctx.Context (its real name)
    
    Makes the docs actually show docstrings
    
    Also apparently mypy doesn't like "from typing_extensions import
    Protocol" and the fact that it didn't complain so far means that we're
    probably not type checking everything.
    2439ffad
    History
    Convert ctx from an ABC to a mypystub
    dx authored and q3k's avatar q3k committed
    Required a bunch of renaming from ctx.Ctx to ctx.Context (its real name)
    
    Makes the docs actually show docstrings
    
    Also apparently mypy doesn't like "from typing_extensions import
    Protocol" and the fact that it didn't complain so far means that we're
    probably not type checking everything.