'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!()


Solution 1:[1]

This can be done with the @which macro:

@which take!

Base

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Georgery