Hello,
according to
the order of function definitions does matter in python. Does anyone
know a trick to avoid this? Is there a way to "declare" functions
without defining them?
(Making the order of function definitions irrelevant would be useful
for automatically generated python scripts.)
Jörg
according to
the order of function definitions does matter in python. Does anyone
know a trick to avoid this? Is there a way to "declare" functions
without defining them?
(Making the order of function definitions irrelevant would be useful
for automatically generated python scripts.)
Jörg
Comment