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

json_reformat.py example uses parse_complete instead of complete_parse #23

Open
troyjfarrell opened this issue Jan 27, 2021 · 0 comments

Comments

@troyjfarrell
Copy link

In the json_reformat.py example, the ContentHandler defines the parse_complete method:

def parse_complete(self):
if not stream:

In yajl_parse.py, it appears that the method should be complete_parse:

yajl-py/yajl/yajl_parse.py

Lines 125 to 126 in ba54a7d

def complete_parse(self):
''' Called when the parsing of the stream has finished '''

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