Browse Source
The "staticmethod" decorator was added to "fatal_error" and "exit_success" methods in class "gsquery". This saves memory and computation as Python doesn't have to instantiate a bound method for every instance of the class.pull/3581/head
committed by
GitHub
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue