I need to set a module level variable in a python module through PyCall. If 
I use the `pyimport()` function I can successfully set the module variable 
on the returned PyObject. Can I get access to this PyObject when using the 
`@pyimport` macro instead?

Reply via email to