MCPcopy Create free account
hub / github.com/FastLED/FastLED / _LazyAttr

Class _LazyAttr

ci/meson/__init__.py:44–48  ·  view source on GitHub ↗

Specification for a lazily-loaded module attribute.

Source from the content-addressed store, hash-verified

42
43@dataclass(frozen=True)
44class _LazyAttr:
45 """Specification for a lazily-loaded module attribute."""
46
47 module_path: str
48 attr_name: str
49
50
51# Mapping from attribute name to lazy load specification

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected