8000 Reload class and methods inside, reload for-loop within function which has 'return', 'continue', 'break' statements · Issue #17 · julvo/reloading · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Reload class and methods inside, reload for-loop within function which has 'return', 'continue', 'break' statements #17
Open
@James4Ever0

Description

@James4Ever0

Example:

@reloading
class myClass:
    def myFunction(self, a):
        print(a)
    def forLoopInFunction(self):
        for i in reloading(range(3)):
            if i == 1: return 'value'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0