MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / readable

Method readable

tests/unit/test_serialization.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37 # --- Capability flags ---
38 def readable(self) -> bool:
39 return False
40
41 def writable(self) -> bool:
42 return False

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected