We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db35262 commit b5815b6Copy full SHA for b5815b6
14-ast.py
@@ -1,5 +1,7 @@
1
import ast
2
3
+# This could come from a variety of sources: not just text. For instance, we
4
+# could use inspect.get_source()
5
CODE = """
6
from dataclasses import dataclass
7
0 commit comments