We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1edfe commit dc548ceCopy full SHA for dc548ce
1 file changed
src/hunter.py
@@ -210,7 +210,6 @@ def source(self, getlines=linecache.getlines):
210
except Exception as exc:
211
return "??? NO SOURCE: {!r}".format(exc)
212
213
-
214
@CachedProperty
215
def _raw_source(self, getlines=linecache.getlines):
216
if self.kind == 'call' and self.code.co_name != "<module>":
0 commit comments