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

Method _run_connect

ci/autoresearch/net.py:45–48  ·  view source on GitHub ↗

Run the platform-specific connect command. Subclasses implement this.

(
        self, ssid: str, password: str
    )

Source from the content-addressed store, hash-verified

43
44 @abstractmethod
45 def _run_connect(
46 self, ssid: str, password: str
47 ) -> subprocess.CompletedProcess[str]:
48 """Run the platform-specific connect command. Subclasses implement this."""
49
50 @abstractmethod
51 def _run_restore(self, ssid: str) -> None:

Callers 1

connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected