MCPcopy Create free account
hub / github.com/dbcli/mycli / ReplState

Class ReplState

mycli/main_modes/repl.py:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90@dataclass(slots=True)
91class ReplState:
92 iterations: int = 0
93 mutating: bool = False
94
95
96@Condition

Callers 1

main_replFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected