MCPcopy 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)
70class 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
76TARGETS = (

Callers 1

libc_posix.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected