Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyodide/pyodide
/ PackageDiff
Class
PackageDiff
tools/create_lockfile_diff.py:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
@dataclass
32
class
PackageDiff:
33
name: str
34
old_version: str | None
35
new_version: str | None
36
37
38
def
is_normal_python_package(pkg: PackageSpec) -> bool:
Callers
1
calculate_diff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…