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

Method __init__

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

Source from the content-addressed store, hash-verified

304print("Example 17")
305class AsyncServerSession(AsyncConnection): # Changed
306 def __init__(self, *args):
307 super().__init__(*args)
308 self.clear_state()
309
310
311 print("Example 18")

Callers

nothing calls this directly

Calls 2

clear_stateMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected