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. 
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
