When using help function on some method, I get a short text describing that method. In the first line, most of the time it says:
"method name" (self, iterable, /).
Can anyone tell me what does self and / mean for that method?
When using help function on some method, I get a short text describing that method. In the first line, most of the time it says:
"method name" (self, iterable, /).
Can anyone tell me what does self and / mean for that method?