cc1d29a7a7a20a83a78a51a37eafa22ec9fa895d,newreads.py,GoodreadsAPI,books_by_author,#GoodreadsAPI#Any#,61
Before Change
title, book_id))
if int(end) >= int(total):
booklist.sort(reverse=True)
anthologies.sort(reverse=True)
print()
return booklist, anthologies
After Change
url = "https://www.goodreads.com/author/list/%s" \
"?format=xml&key=%s&page=%d" \
% (author_id, self.keys["key"], page)
print("url", url)
print("%d... " % page, end="", file=sys.stderr)
sys.stderr.flush()
r = requests.get(url)
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 2
Instances
Project Name: akkana/scripts
Commit Name: cc1d29a7a7a20a83a78a51a37eafa22ec9fa895d
Time: 2019-06-27
Author: akkana@shallowsky.com
File Name: newreads.py
Class Name: GoodreadsAPI
Method Name: books_by_author
Project Name: AllenCellModeling/pytorch_fnet
Commit Name: 2b4dfea5674a6b6b4d6556d7546a387f41f947fa
Time: 2017-11-10
Author: chek.o@outlook.com
File Name: tools/colorize_tifs.py
Class Name:
Method Name:
Project Name: SeanNaren/deepspeech.pytorch
Commit Name: 906771bf319aa1c5c680638d566b352c63cf6ab2
Time: 2017-02-16
Author: seannaren@hotmail.com
File Name: data/utils.py
Class Name:
Method Name: create_manifest
Project Name: dPys/PyNets
Commit Name: 119d1b9063ac43d96622f40e9bffebbefa2a732f
Time: 2018-06-18
Author: dpisner@utexas.edu
File Name: pynets/plotting.py
Class Name:
Method Name: plot_all
Project Name: TheAlgorithms/Python
Commit Name: c359768e257a7bcbfe93e137a0fc1e81b92d6573
Time: 2020-12-08
Author: 58473917+Joe-Sin7h@users.noreply.github.com
File Name: sorts/bitonic_sort.py
Class Name:
Method Name: