Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChandlerBang/awesome-self-supervised-gnn
/ types & classes
Types & classes
16 in github.com/ChandlerBang/awesome-self-supervised-gnn
⨍
Functions
75
◇
Types & classes
16
↓ 3 callers
Class
ScholarArticle
A class representing articles listed on Google Scholar. The class provides basic dictionary-like behavior.
scholar.py:282
↓ 2 callers
Class
FormatError
A query argument or setting was formatted incorrectly.
scholar.py:212
↓ 2 callers
Class
QueryArgumentError
A query did not have a suitable set of arguments.
scholar.py:216
↓ 1 callers
Class
ClusterScholarQuery
This version just pulls up an article cluster whose ID we already know about.
scholar.py:710
↓ 1 callers
Class
ScholarQuerier
ScholarQuerier instances can conduct a search on Google Scholar with subsequent parsing of the resulting HTML content. The articles foun
scholar.py:910
↓ 1 callers
Class
ScholarSettings
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 callers
Class
SearchScholarQuery
This version represents the search query parameters the user can configure on the Scholar website, in the advanced search options.
scholar.py:749
Class
Error
Base class for any Scholar error.
scholar.py:208
Class
Parser
scholar.py:936
Class
ScholarArticleParser
ScholarArticleParser can parse HTML document strings obtained from Google Scholar. This is a base class; concrete implementations adaptin
scholar.py:362
Class
ScholarArticleParser120201
This class reflects update to the Scholar results page layout that Google recently.
scholar.py:536
Class
ScholarArticleParser120726
This class reflects update to the Scholar results page layout that Google made 07/26/12.
scholar.py:562
Class
ScholarConf
Helper class for global settings.
scholar.py:241
Class
ScholarQuery
The base class for any kind of results query we send to Scholar.
scholar.py:631
Class
ScholarUtils
A wrapper for various utensils that come in handy.
scholar.py:257
Class
SoupKitchen
Factory for creating BeautifulSoup instances.
scholar.py:220