Skip to content

Swimming Function Definition and Scopes #218

@Rhoumi

Description

@Rhoumi

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

Metadata

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