Skip to content
Commit d5ea0f99 authored by Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski Committed by hydrargyrum
Browse files

[woob/browser/pages] multiple inheritance with AbstractPage

Use page pointed by AbstractPage, but also keep any other class declared with it.
ex: SomePage(SomeMixin, SomeOtherPage, AbstractPage)
This allows to use methods from other classes than the abstracted one.
This conserves order of classes' declaration

Plus add docstring for class AbstractPage.

Plus do not allow AbstractPage that is inheriting from an other.
parent 0d08bcbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment