是否有可能声明函数并在python中单独实现它们?我的意思是在C中:
void foo(); void foo() { }
c python function
c ×1
function ×1
python ×1