fix bcall to to new behavior of do(), and fix QtDo too, and all Qt applications...
This commit is contained in:
parent
7339258978
commit
b1f20b5489
16 changed files with 222 additions and 250 deletions
|
|
@ -214,6 +214,7 @@ class Async(_Filter):
|
|||
class Base(Filter):
|
||||
"""
|
||||
Change the base element used in filters.
|
||||
|
||||
>>> Base(Env('header'), CleanText('./h1')) # doctest: +SKIP
|
||||
"""
|
||||
def __call__(self, item):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue