You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christopher K. Hoadley c054712920
Move response time for query into QueryResult() object.
4 years ago
..
resources Fix tests for metacritic. Unclaimed username was illegal. 4 years ago
tests Fix tests. Instagram no longer uses the message detection. 4 years ago
__init__.py Move content into sherlock sub-directory inside of repo. This directory will look very much like what the packaged version of Sherlock will look like when it is installed in the site-packages area. 5 years ago
__main__.py Move content into sherlock sub-directory inside of repo. This directory will look very much like what the packaged version of Sherlock will look like when it is installed in the site-packages area. 5 years ago
result.py Move response time for query into QueryResult() object. 4 years ago
sherlock.py Move response time for query into QueryResult() object. 4 years ago
sites.py Change SitesInformation() to use a generator when iterating thru the sites. This avoids the problem of the state (i.e. self.__iteration_index) getting corrupted if any of the methods of a given object needed to iterate for their own purposes while a caller was already iterating thru the same object. The code is also much simpler to follow. 5 years ago