|
|
|
|
|
by almostgotcaught
500 days ago
|
|
> AST via reflection I literally am a paid ML compiler engineer and I have no idea what this means. You understand that reflection, ala looking in a mirror is about being about to identify a type's type at runtime. It has nothing to do with the AST. |
|
Wikipedia: "reflection is the ability of a process to examine, introspect, and modify its own structure and behavior."
Would you say inspect.getsource(func) fits the definition of reflection?
Would you say ast.parse(inspect.getsource(func)) has something to do with the AST?