Unidata/MetPy

View on GitHub
src/metpy/io/_tools.py

Summary

Maintainability
A
2 hrs
Test Coverage

IOBuffer has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class IOBuffer:
    """Holds bytes from a buffer to simplify parsing and random access."""

    def __init__(self, source):
        """Initialize the IOBuffer with the source data."""
Severity: Minor
Found in src/metpy/io/_tools.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status