No, packing the name of your function is not possible, even if Python supports an unlimited length of function names. Longer function names are not unusual, but force them for so long that they need two lines of screen, it actually shows that something is really wrong in your naming convention.
Btw, Python recommends a string length (total) of 79 characters. We are no longer in the 80s with old screens, so you can ignore this limit, but it gives you a good idea.
Reference: PEP 0008 - Style Guide for Python Code
source share