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

Function wat

tests/data/simple_cases/comments.py:82–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81@fast(really=True)
82async def wat():
83 # This comment, for some reason \
84 # contains a trailing backslash.
85 async with X.open_async() as x: # Some more comments
86 result = await x.method1()
87 # Comment after ending a block.
88 if result:
89 print("A OK", file=sys.stdout)
90 # Comment between things.
91 print()
92
93
94# Some closing comments.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected