예제 #1
0
파일: pubmed.py 프로젝트: zeliboba7/gpapers
 def __init__(self):
     WebSearchProvider.__init__(self)
예제 #2
0
파일: jstor.py 프로젝트: zeliboba7/gpapers
 def __init__(self):
     WebSearchProvider.__init__(self)
     # TODO: Make this configurable
     self.max_results = 20
예제 #3
0
    def __init__(self):
        WebSearchProvider.__init__(self)

        # create a "google ID" used later for setting our preferences instead
        # of using a cookie
        self.google_id = hashlib.md5(str(random.random())).hexdigest()[:16]
예제 #4
0
파일: jstor.py 프로젝트: zeliboba7/gpapers
 def __init__(self):
     WebSearchProvider.__init__(self)
     # TODO: Make this configurable
     self.max_results = 20
예제 #5
0
 def __init__(self):
     WebSearchProvider.__init__(self)
예제 #6
0
    def __init__(self):
        WebSearchProvider.__init__(self)

        # create a "google ID" used later for setting our preferences instead
        # of using a cookie
        self.google_id = hashlib.md5(str(random.random())).hexdigest()[:16]