Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Target
Class
Target
scripts/libc_posix.py:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
@dataclasses.dataclass(frozen=True, kw_only=True, slots=True)
70
class
Target:
71
cfgs: set[Cfg]
72
sources: set[str] = dataclasses.field(default_factory=set)
73
extras: set[str] = dataclasses.field(default_factory=set)
74
75
76
TARGETS = (
Callers
1
libc_posix.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected