class MyAuth(Auth):
def navbar(self): ...On Feb 20, 10:45 pm, pbreit <[email protected]> wrote: > I guess the correct terminology would be extending/replacing navbar() by > subclassing Auth.
class MyAuth(Auth):
def navbar(self): ...On Feb 20, 10:45 pm, pbreit <[email protected]> wrote: > I guess the correct terminology would be extending/replacing navbar() by > subclassing Auth.