naming methods in python (std lib)

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Sat Jun 30 07:27:35 EDT 2018


normally, naming methods in python is given by

method_name

but i see some cases where this is not followed in the std lib

ex :  dict.fromkeys

should it not have been

from_keys?

Abdur-Rahmaan Janhangeer
https://github.com/Abdur-rahmaanJ



More information about the Python-list mailing list