In Python, both `math` and `turtle` modules have `degrees` and `radians` 
methods, but when I want to use them from `math` module, Geany suggests me the 
wrong signature (see image below). The signature is right if I use them from 
`turtle` module.
![wrong-signature](https://user-images.githubusercontent.com/10964663/32403451-05fcc698-c13a-11e7-851d-dab55ab96dc0.png)

Also I noticed that the signature doesn't appear for all methods of a given 
module (e.g. no suggestions appear typing `math.atan(`).

Till now I've tested only these two modules.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1670

Reply via email to