MCPcopy Index your code
hub / github.com/pathwaycom/pathway / Foo

Class Foo

python/pathway/tests/test_yaml.py:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class Foo:
9 def __init__(self, a: int, b: int | None = None, c: str = "foo"):
10 self.a = a
11 self.b = b
12 self.c = c
13
14 def __eq__(self, other):
15 return self.__dict__ == other.__dict__
16
17
18class Bar:

Callers 9

bazFunction · 0.85
quxFunction · 0.85
test_function_callFunction · 0.85
test_variablesFunction · 0.85
test_read_from_fileFunction · 0.85
test_listFunction · 0.85

Calls

no outgoing calls

Tested by 9

bazFunction · 0.68
quxFunction · 0.68
test_function_callFunction · 0.68
test_variablesFunction · 0.68
test_read_from_fileFunction · 0.68
test_listFunction · 0.68