>I'm not sure what you mean by "taking someone else's objects apart". > >Usually there are straightforward rules for converting Python code into >the corresponding Julia code. In your example, of calling mymod.myf(x) >to access x.theirmethod, you could just call x[:theirmethod].
Okay, thanks! On Tue, Dec 1, 2015 at 6:25 PM, Steven G. Johnson <[email protected]> wrote: > (And if there are types that PyCall does not translate well, pull requests > for PyCall are welcome.) >
