MCPcopy 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
48def Dot():
49 """A period (.) leaf"""
50 return Leaf(token.DOT, ".")
51
52def ArgList(args, lparen=LParen(), rparen=RParen()):
53 """A parenthesised argument list, used by Call()"""

Callers 3

AttrFunction · 0.85
transformMethod · 0.85
transformMethod · 0.85

Calls 1

LeafClass · 0.85

Tested by

no test coverage detected