Logo
Explore Help
Register Sign In
MDS/openide
Watch 1
Star 0
Fork 0
mirror of https://gitflic.ru/project/openide/openide.git synced 2026-08-29 16:02:32 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
261
openide/python/testData/inspections/PyCallingNonCallableInspection/callAttributeAssignment.py
T
Andrey Vlasovskikh 9003881816 Fixed false positive in callable inspection when __call__ is defined as an attribute (PY-8416)
2013-01-22 19:47:40 +04:00

10 lines
78 B
Python
Raw Permalink Blame History

class C:
def f(self):
pass
__call__ = f
c = C()
c() # pass
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.1 Page: 9393ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API