Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ __init__
Method
__init__
src/tests/observable_test.py:526–528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
524
525
class
FailingObserver(_StoringObserver):
526
def
__init__(self):
527
super().__init__()
528
self.count = 0
529
530
def
on_next(self, chunk):
531
self.count += 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected