[Enhancement] Allow Python: <class 'module'>
as argument to pyimport
#590
Labels
enhancement
New feature or request
Python: <class 'module'>
as argument to pyimport
#590
With these methods:
you can do something like
You can use TAB completion at the REPL to get the submodules. This is more convenient than finding and typing the strings.
I don't know how robust
string(m.__name__)
is.The text was updated successfully, but these errors were encountered: