MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / __init__

Method __init__

examples/remove_settable.py:8–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6
7class MyApp(cmd2.Cmd):
8 def __init__(self) -> None:
9 super().__init__()
10 self.remove_settable("debug")
11
12
13if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

remove_settableMethod · 0.45

Tested by

no test coverage detected