improve ls command in handjoob
This commit is contained in:
parent
86f5444cab
commit
b4c93587b4
10 changed files with 54 additions and 71 deletions
|
|
@ -81,6 +81,13 @@ class ICapJob(IBaseCap):
|
|||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def advanced_search_job(self):
|
||||
"""
|
||||
Iter results of an advanced search
|
||||
|
||||
:rtype: iter[:class:`BaseJobAdvert`]
|
||||
"""
|
||||
|
||||
def get_job_advert(self, _id, advert=None):
|
||||
"""
|
||||
Get an announce from an ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue