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

Add some utility to IO class #137

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 4, 2024

  1. Update io.py

    Add originzation.
    Add a Enum class to speified use Output & Input.
    Add a clear_content to clear Output & Input file.
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7ea8bd7 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    including IO.File Enum class
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1fe6da5 View commit details
    Browse the repository at this point in the history
  3. Update io.py

    Add some notes
    Add a flag make_dirs to ensure the dir has created/
    Fix some bug.
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    051a789 View commit details
    Browse the repository at this point in the history
  4. Update io.py

    Set make_dirs default value to False
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    edadd84 View commit details
    Browse the repository at this point in the history
  5. Update io.py

    Add logic to check make_dirs flag
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b4bbfff View commit details
    Browse the repository at this point in the history
  6. Update io.py

    Add forget flag make_dirs in __init_file
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1567080 View commit details
    Browse the repository at this point in the history
  7. Update io.py

    Fix: file cannot specified
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    10a22de View commit details
    Browse the repository at this point in the history
  8. Update io.py

    Restore the origin api.
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7487c69 View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    Disimport old part
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    90edbdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    786822a View commit details
    Browse the repository at this point in the history
  11. Update io.py

    Add forget seek() for clear
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a0073e2 View commit details
    Browse the repository at this point in the history
  12. Update io.py

    Fix: truncated file will more a space
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c71ff67 View commit details
    Browse the repository at this point in the history
  13. Update io.py

    Always set is_first_char[file] to True, igrone space problem
    (Review from PR)
    OranPie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8b0cc65 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    a0700ec View commit details
    Browse the repository at this point in the history