Properly distinguish between class and instance methods
The first argument to class and instance methods is referred to as cls
or self
(respectively), but it is not applied this way throughout the codebase.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
The first argument to class and instance methods is referred to as cls
or self
(respectively), but it is not applied this way throughout the codebase.