MCPcopy Create free account
hub / github.com/psf/black / spaces2

Function spaces2

tests/data/simple_cases/function.py:35–37  ·  view source on GitHub ↗
(result= _core.Value(None))

Source from the content-addressed store, hash-verified

33 assert task._cancel_stack[:len(old_stack)] == old_stack
34def 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''): ...
35def 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)
38def example(session):
39 result = session.query(models.Customer.id).filter(
40 models.Customer.account_id == account_id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected