You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since @autocommand() decorates functions, we can assume that no module argument => module = func.__module__.
This allows to reduce the boilerplate of having to specify __name__ repeatedly everywhere.
The text was updated successfully, but these errors were encountered:
Since
@autocommand()
decorates functions, we can assume that nomodule
argument =>module = func.__module__
.This allows to reduce the boilerplate of having to specify
__name__
repeatedly everywhere.The text was updated successfully, but these errors were encountered: