total descendants::1 total children::1 |
mozes dat kontext pouzitia? :) pretoze bez kontextu: self = {'1': 2} def print_kwargs(**kwargs): for k, v in kwargs.items(): print(f"{k}={v}") print_kwargs(**self) tzn self sam o sebe nie je nicim specialny keyword, iba konvencia pri definicii instance method na classach |
| |||||||||||||||||||||||