DynamicCore
doesn't handle named only arguments properly default values properly
#118
Labels
DynamicCore
doesn't handle named only arguments properly default values properly
#118
DynamicCode does not return names only arguments correctly when keyword looks like this:
PLC should return this:
[("arg1", 1), "*", ("arg2", "foobar")]
but now that is not done.The text was updated successfully, but these errors were encountered: