MCPcopy Create free account

hub / github.com/ChandlerBang/awesome-self-supervised-gnn / types & classes

Types & classes16 in github.com/ChandlerBang/awesome-self-supervised-gnn

↓ 3 callersClassScholarArticle
A class representing articles listed on Google Scholar. The class provides basic dictionary-like behavior.
scholar.py:282
↓ 2 callersClassFormatError
A query argument or setting was formatted incorrectly.
scholar.py:212
↓ 2 callersClassQueryArgumentError
A query did not have a suitable set of arguments.
scholar.py:216
↓ 1 callersClassClusterScholarQuery
This version just pulls up an article cluster whose ID we already know about.
scholar.py:710
↓ 1 callersClassScholarQuerier
ScholarQuerier instances can conduct a search on Google Scholar with subsequent parsing of the resulting HTML content. The articles foun
scholar.py:910
↓ 1 callersClassScholarSettings
This class lets you adjust the Scholar settings for your session. It's intended to mirror the features tunable in the Scholar Settings pa
scholar.py:874
↓ 1 callersClassSearchScholarQuery
This version represents the search query parameters the user can configure on the Scholar website, in the advanced search options.
scholar.py:749
ClassError
Base class for any Scholar error.
scholar.py:208
ClassParser
scholar.py:936
ClassScholarArticleParser
ScholarArticleParser can parse HTML document strings obtained from Google Scholar. This is a base class; concrete implementations adaptin
scholar.py:362
ClassScholarArticleParser120201
This class reflects update to the Scholar results page layout that Google recently.
scholar.py:536
ClassScholarArticleParser120726
This class reflects update to the Scholar results page layout that Google made 07/26/12.
scholar.py:562
ClassScholarConf
Helper class for global settings.
scholar.py:241
ClassScholarQuery
The base class for any kind of results query we send to Scholar.
scholar.py:631
ClassScholarUtils
A wrapper for various utensils that come in handy.
scholar.py:257
ClassSoupKitchen
Factory for creating BeautifulSoup instances.
scholar.py:220