Searched defs:CLASSMETHOD (Results 1 – 3 of 3) sorted by relevance
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/ | ||
H A D | AnnotationsEnums.py | 31 CLASSMETHOD = enum.auto() variable in ClassDecoratorType |
/dports/devel/pytype/pytype-2021.9.9/pytype/pytd/ | ||
H A D | pytd.py | 189 CLASSMETHOD = 'classmethod' variable in MethodTypes |
/dports/devel/py-pep8-naming/pep8-naming-0.12.1/src/ | ||
H A D | pep8ext_naming.py | 99 CLASSMETHOD = 'classmethod' variable in _FunctionType |