(self, ctx: RunContextWrapper[str], a: int, b: int = 5)
| 245 | return a + b |
| 246 | |
| 247 | def foo_ctx(self, ctx: RunContextWrapper[str], a: int, b: int = 5): |
| 248 | return a + b |
| 249 | |
| 250 | @classmethod |
| 251 | def bar(cls, a: int, b: int = 5): |
no outgoing calls
no test coverage detected