Reputation: 8117
How can see from which package a function (or some other object) originates? For example the function
take!()
Upvotes: 2
Views: 249
This can be done with the @which macro:
@which
@which take! Base
Upvotes: 3