j
k
j a
j l
Someone was asking me recently why hub/kojihub.py has a convention like:
listChannels = staticmethod(list_channels)
Is it fine to just remove this and use the @staticmethod decorator on all the "public API" methods everywhere?
- Ken
Back to the thread
Back to the list