Files
codeql/python/ql/src/Functions/NonCls.py
Joe Farebrother 3802a73f47 Update docs
2025-02-04 14:46:02 +00:00

5 lines
81 B
Python

class Entry(object):
@classmethod
def make(self):
return Entry()