MCPcopy Create free account
hub / github.com/pytorch/executorch / __init__

Method __init__

setup.py:464–466  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

462 """Installs files that were built by cmake."""
463
464 def __init__(self, *args, **kwargs):
465 self._ran_build = False
466 super().__init__(*args, **kwargs)
467
468 def run(self):
469 # Run the build command first in editable mode. Since `build` command

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected