Skip to content

Swimming Function Definition and Scopes #218

Open
@Rhoumi

Description

Example to understand the issue :

def intro():
    @swim
    def test(p=0.5,i=0):
        D("bd",i=i)
        again(test,p=0.5,i=i+1)

intro() #calling the swimming function inside intro()

silence(test) #doesn't silence test

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions