Open stevengj opened 5 years ago
Right now, precompilation is turned off — it just makes it easier to do everything in module scope to begin with.
To turn it on, we have to make sure all Python objects are created in the module __init__, as described in the PyCall README.
__init__
Right now, precompilation is turned off — it just makes it easier to do everything in module scope to begin with.
To turn it on, we have to make sure all Python objects are created in the module
__init__
, as described in the PyCall README.