8000 Function signature is not preserved · Issue #27 · julvo/reloading · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Function signature is not preserved #27
Open
@nneskildsf

Description

@nneskildsf
from reloading import reloading
from inspect import signature

@reloading
def A(a,b,c):
    pass

print(signature(A))

results in (*args, **kwargs), not (a, b, c).

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