Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
def
BlankLine():
71
""
"A blank line"
""
72
return
Leaf(token.NEWLINE,
""
)
73
74
def
Number(n, prefix=None):
75
return
Leaf(token.NUMBER, n, prefix=prefix)
Callers
3
transform
Method · 0.90
transform_sort
Method · 0.85
transform
Method · 0.85
Calls
1
Leaf
Class · 0.85
Tested by
no test coverage detected