krwhelan

Results 1 issues of krwhelan

I am running python 3.11 with Pythonnet opened IDLE Following the sample code in readme, I entered: >> from varname import argname >> def func(a, b=1): print(argname('a')) >> x=2 >>>...