MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / template_dir

Method template_dir

src-tauri/src-python/tests/test_game.py:38–40  ·  view source on GitHub ↗

Mocked method.

(self)

Source from the content-addressed store, hash-verified

36
37 @property
38 def template_dir(self) -> Path:
39 """Mocked method."""
40 return TEST_DATA_DIR
41
42 @property
43 def settings(self) -> BaseModel:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected