(result= _core.Value(None))
| 33 | assert task._cancel_stack[:len(old_stack)] == old_stack |
| 34 | def spaces_types(a: int = 1, b: tuple = (), c: list = [], d: dict = {}, e: bool = True, f: int = -1, g: int = 1 if False else 2, h: str = "", i: str = r''): ... |
| 35 | def spaces2(result= _core.Value(None)): |
| 36 | assert fut is self._read_fut, (fut, self._read_fut) |
| 37 | # EMPTY LINE WITH WHITESPACE (this comment will be removed) |
| 38 | def example(session): |
| 39 | result = session.query(models.Customer.id).filter( |
| 40 | models.Customer.account_id == account_id, |
nothing calls this directly
no outgoing calls
no test coverage detected