implement fillobj() browser method
This commit is contained in:
parent
90756cddc9
commit
3175883351
13 changed files with 164 additions and 129 deletions
|
|
@ -394,3 +394,6 @@ class BaseBrowser(mechanize.Browser):
|
|||
self[field] = value
|
||||
except ControlNotFoundError:
|
||||
return
|
||||
|
||||
def fillobj(self, obj, fields):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue