Georgery
Georgery

Reputation: 8117

How to see what package a function comes from?

How can see from which package a function (or some other object) originates? For example the function

take!()

Upvotes: 2

Views: 249

Answers (1)

Georgery
Georgery

Reputation: 8117

This can be done with the @which macro:

@which take!

Base

Upvotes: 3

Related Questions