python (3.12.0)

(root)/
lib/
python3.12/
test/
shadowed_super.py
       1  class ESC[4;38;5;81msuper:
       2      msg = "truly super"
       3  
       4  
       5  class ESC[4;38;5;81mC:
       6      def method(self):
       7          return super().msg