(root)/
Python-3.11.7/
Lib/
test/
typinganndata/
ann_module8.py
       1  # Test `@no_type_check`,
       2  # see https://bugs.python.org/issue46571
       3  
       4  class ESC[4;38;5;81mNoTypeCheck_Outer:
       5      class ESC[4;38;5;81mInner:
       6          x: int
       7  
       8  
       9  def NoTypeCheck_function(arg: int) -> int:
      10      ...