Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading function/class from python #4

Open
chengchingwen opened this issue Apr 8, 2020 · 0 comments
Open

loading function/class from python #4

chengchingwen opened this issue Apr 8, 2020 · 0 comments

Comments

@chengchingwen
Copy link
Owner

Since there are no function/class bodys in pickle but only module and function name, we can't not reconstruct the function or object in Julia.

proposed solution:

read names and maintain a mapping table for map from name to similar Julia function and objects. The mapping table is customizable, user can register custom function for a given name.
if not find on the table, raise exception, or optional fallback to use pycall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant