You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ten functions in a module and I don't want enumerate each one of
them to run it as a service and change the server scripts when a new
function is added.
On Mon, Jul 31, 2017 at 6:44 AM, Nabarun Pal ***@***.***> wrote:
Oh okay. Now I get it.
So should the user do something like this?
$ firefly funcs.*
But then the user should also define __all__ in their module.
Not necessarily. If defined, then it should use all those functions. If not
take all the function that do not start with an _.
This should follow the python import conventions like
__all__
etc..The text was updated successfully, but these errors were encountered: