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

Function example

tests/data/simple_cases/function.py:38–44  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

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,
41 models.Customer.email == email_address,
42 ).order_by(
43 models.Customer.id.asc()
44 ).all()
45def long_lines():
46 if True:
47 typedargslist.extend(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected