MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Foo

Class Foo

test/base/test_events.py:1449–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447 Target = self._fixture()
1448
1449 class Foo:
1450 def __init__(self):
1451 self.mock = Mock()
1452
1453 def evt(self, arg):
1454 self.mock(arg)
1455
1456 f1 = Foo()
1457 f2 = Foo()

Callers 1

test_instanceMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_instanceMethod · 0.56