Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
classMethodFirstParam.py
blob: ff7cb9aa8c4b41f0ae9fdf6b9e800a92d5388ed4 [
file
] [
log
] [
blame
]
class
C
:
@classmethod
def
foo
(
cls
):
return
cls
()