Inline-Python
view release on metacpan or search on metacpan
pairs, so it should be used like this:
py_eval('import pickle');
my %namespace = py_study_package("pickle");
On my machine, %namespace looks something like this:
$VAR1 = {
'classes' => { ... },
'functions' => [
'_keep_alive',
'loads',
'dump',
'load',
'dumps',
'test',
'whichmodule'
]
};
Each result can be fed to py_bind_function() and py_bind_class(), which is
( run in 0.656 second using v1.01-cache-2.11-cpan-39bf76dae61 )