Skip to content
New issue

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

Replace __ call__ method with parse_data #18

Open
yakovistomin opened this issue May 12, 2020 · 0 comments
Open

Replace __ call__ method with parse_data #18

yakovistomin opened this issue May 12, 2020 · 0 comments

Comments

@yakovistomin
Copy link
Collaborator

Необходимо заменить метод call на parse_data

Было

parser = MyParser()
parser()

Стало

parser = MyParser()
parser.parse_data()

Для обратной совместимости можно ставить оба метода

rapIsKal pushed a commit to rapIsKal/import_me that referenced this issue Jan 31, 2021
rapIsKal pushed a commit to rapIsKal/import_me that referenced this issue Jan 31, 2021
rapIsKal pushed a commit to rapIsKal/import_me that referenced this issue Feb 1, 2021
Arondit added a commit that referenced this issue May 10, 2023
#18 fix: __call__ now deprecated for parsers and performs as introduced parse_data method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant