Beginner question: module organisation

7stud bbxx789_05ss at yahoo.com
Sat May 19 13:23:48 EDT 2007


On May 19, 10:45 am, 7stud <bbxx789_0... at yahoo.com> wrote:
>
> refineModule.py:
> ---------------
> def refine(userfunc, mesh):
>     #process mesh
>     func(mesh)
>

The last line should be:

userfunc(mesh)




More information about the Python-list mailing list