Calling a function inside another function

Hi,

I have a very basic question. I hope you could help me. Can we call a function inside another function in Nengo like when we do regular Python programming?

I answered a similar question in this post. The basic jist of the idea is to embed both functions into a Python class, then pass the relevant class functions to the necessary Nengo ensembles or nodes in your Nengo model.