Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
classMethodFirstParam.py
blob: ff7cb9aa8c4b41f0ae9fdf6b9e800a92d5388ed4 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
C
:
2
@classmethod
3
def
foo
(
cls
):
4
return
cls
()