MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578484.py

File recipe-578484.py

recipes/Python/578484_Observer_Pattern/recipe-578484.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import copy
2
3class Subject:
4 def __init__(self, excluded):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected