mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
14 lines
126 B
Python
14 lines
126 B
Python
|
|
class C(object):
|
|
|
|
@staticmethod
|
|
def sm(arg):
|
|
pass
|
|
|
|
def m(self, arg):
|
|
pass
|
|
|
|
def f(arg):
|
|
pass
|
|
|