Refactor: Move setupPythonSearchPath to its own file#6709
Conversation
|
Now let me carefully analyze the changes for any issues:
Looking at the introspection usage in For Looking at mod.setup_python_search_path.callKwargs({...});
mod.destroy();The
Overall this is a clean refactor. The Python logic is identical (same code moved to a LGTM |
This function is long enough that I think it's more readable without having the code inline in python.ts
d3146bc to
7600483
Compare
dom96
left a comment
There was a problem hiding this comment.
Looks good, but see question below.
This function is long enough that I think it's more readable without having the code inline in python.ts