Is it possible to forward-declare a function in Python?
Is it possible to forward-declare a function in Python? I want to sort a list using my own cmp function before it is declared.
Is it possible to forward-declare a function in Python? I want to sort a list using my own cmp function before it is declared.