(cls, ctx: RunContextWrapper[str], a: int, b: int = 5)
| 253 | |
| 254 | @classmethod |
| 255 | def bar_ctx(cls, ctx: RunContextWrapper[str], a: int, b: int = 5): |
| 256 | return a + b |
| 257 | |
| 258 | @staticmethod |
| 259 | def baz(a: int, b: int = 5): |
no outgoing calls
no test coverage detected