Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/a/r/Arkestra-HEAD/vacancies_and_studentships/views.py Arkestra(Download)
from models import Studentship, Vacancy from lister import VacanciesAndStudentshipsCurrentLister, \ VacanciesArchiveLister, VacanciesForthcomingLister, \ StudentshipsArchiveLister, StudentshipsForthcomingLister
def get(self, request, *args, **kwargs): self.get_entity() self.lister = VacanciesForthcomingLister( entity=self.entity,