MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / BlankLine

Function BlankLine

tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:70–72  ·  view source on GitHub ↗

A blank line

()

Source from the content-addressed store, hash-verified

68 return Leaf(token.NEWLINE, "\n")
69
70def BlankLine():
71 """A blank line"""
72 return Leaf(token.NEWLINE, "")
73
74def Number(n, prefix=None):
75 return Leaf(token.NUMBER, n, prefix=prefix)

Callers 3

transformMethod · 0.90
transform_sortMethod · 0.85
transformMethod · 0.85

Calls 1

LeafClass · 0.85

Tested by

no test coverage detected