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

Change the description of the file in the Parser.parsing class in order to be TextIOBase and not TextIOWrapper #40

Closed
flopezag opened this issue Oct 4, 2022 · 1 comment
Assignees

Comments

@flopezag
Copy link
Owner

flopezag commented Oct 4, 2022

No description provided.

@flopezag flopezag moved this from Todo to In Progress in Components Oct 4, 2022
@flopezag flopezag moved this from In Progress to Done in Components Oct 14, 2022
@flopezag
Copy link
Owner Author

Divide parsing function into parsing_file and parsing_string, the first with TextIOWrapper and the second with StringIO, and the parsing function receive a TextIOBase and match which type is the received one before resend to either parsing_string or parsing_file

@flopezag flopezag self-assigned this Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant