python – 定义中的包装方法名称

python – 定义中的包装方法名称

是否可以将方法名称包装在函数的定义中?我有一个特别长的方法名称,我想知道是否可以像这样包装它:# method name is my_really_long_method_name_wow_this_is_really_long def my_really_long_method_name_ wow_this_is_really_long()