-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesttesting
Description
Could look something like this:
import ABCParse
def test_func(arg1, arg2):
return arg1, arg2
arg1 = "x"
arg2 = "y"
class TestClass:
def __init__(self, arg1="x", arg2="y", arg3="z"):
self.kw = ABCParse.function_kwargs(func = test_func, kwargs = locals())
tc = TestClass()
tc.kwReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesttesting