Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
getdaft / daft / testing.pyi
Size: Mime:
from __future__ import annotations

def estimate_in_memory_size_bytes(
    uri: str, file_size: int, columns: list[str] | None = None, has_metadata: bool = False
) -> int: ...