We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6d3a4 commit 8fc659bCopy full SHA for 8fc659b
stackprinter/utils.py
@@ -38,7 +38,7 @@ def inspect_callable(f):
38
# have no co_filename and co_firstlineno
39
filepath = getattr(code, 'co_filename', None)
40
ln = getattr(code, 'co_firstlineno', None)
41
-
+
42
return qname, filepath, owner, ln
43
44
0 commit comments