We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Необходимо заменить метод call на parse_data
Было
parser = MyParser() parser()
Стало
parser = MyParser() parser.parse_data()
Для обратной совместимости можно ставить оба метода
The text was updated successfully, but these errors were encountered:
best-doctor#18: parse_data added to existing parser classes
326d519
best-doctor#18: slight fix Readme.md
c5de713
best-doctor#18: styles fix
57647de
Merge pull request #39 from rapIsKal/master
3d5f437
#18 fix: __call__ now deprecated for parsers and performs as introduced parse_data method
No branches or pull requests
Необходимо заменить метод call на parse_data
Было
Стало
Для обратной совместимости можно ставить оба метода
The text was updated successfully, but these errors were encountered: