Skip to content

Conversation

mtikekar
Copy link

@mtikekar mtikekar commented Oct 26, 2018

__dir__ should have names of all variables and not just the exported ones like in __all__

names.update(self.__all__)

juliapath = remove_prefix(self.__name__, "julia.")
julianames = set(self._julia.eval("names({}; all=true)".format(juliapath)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

names({}; all=true) does not work with Julia 0.6.

@tkf
Copy link
Member

tkf commented Oct 26, 2018

Thanks for the PR! I think it's easier to do this after dropping Julia 0.6.

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

Successfully merging this pull request may close these issues.

2 participants