How do I get the signature of built in methods? Example: dict().get(k)
>> a = dict().get >> a
I don't think this is possible for the built-in functions in python that are implemented in C. See this bug discussion for further details.