MCPcopy Create free account
hub / github.com/ClangBuiltLinux/tc-build / Folders

Class Folders

tc_build/builder.py:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class Folders:
15 def __init__(self) -> None:
16 self.build: Path = tc_build.utils.UNINIT_PATH
17 self.install: Path = tc_build.utils.UNINIT_PATH
18 self.source: Path = tc_build.utils.UNINIT_PATH
19
20
21class Builder:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected