MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / __init__

Method __init__

example_code/item_076.py:84–86  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

82
83class ServerSession(Connection):
84 def __init__(self, *args):
85 super().__init__(*args)
86 self.clear_state()
87
88
89 print("Example 3")

Callers

nothing calls this directly

Calls 2

clear_stateMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected