Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ Dot
Function
Dot
tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:48–50 ·
view source on GitHub ↗
A period (.) leaf
()
Source
from the content-addressed store, hash-verified
46
return
Leaf(token.COMMA,
","
)
47
48
def
Dot():
49
""
"A period (.) leaf"
""
50
return
Leaf(token.DOT,
"."
)
51
52
def
ArgList(args, lparen=LParen(), rparen=RParen()):
53
""
"A parenthesised argument list, used by Call()"
""
Callers
3
Attr
Function · 0.85
transform
Method · 0.85
transform
Method · 0.85
Calls
1
Leaf
Class · 0.85
Tested by
no test coverage detected