Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
import os
#      ^ @namespace
class Widget:
#     ^ @type
    def method(self, count: int) -> bool:
#       ^ @function
#              ^ @variable.builtin
#                    ^ @variable.parameter
#                           ^ @type.builtin
        return self.helper(count)
#                   ^ @function.method