Why is my dunder variable defined at module scope not recognized from a function scope as int but recognized as list[int]?
I tried to make a variable as “private” in the module using __dunder_case__
and use it in the function below.
I tried to make a variable as “private” in the module using __dunder_case__
and use it in the function below.