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

Function troz

tests/data/simple_cases/docstring.py:33–37  ·  view source on GitHub ↗

Indentation with tabs is just as OK

()

Source from the content-addressed store, hash-verified

31
32
33def troz():
34 '''Indentation with tabs
35 is just as OK
36 '''
37 return
38
39
40def zort():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected