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

Function parse_name

tools/python-3.11.9-amd64/Lib/inspect.py:2205–2209  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2203 sys_module_dict = sys.modules.copy()
2204
2205 def parse_name(node):
2206 assert isinstance(node, ast.arg)
2207 if node.annotation is not None:
2208 raise ValueError("Annotations are not currently supported")
2209 return node.arg
2210
2211 def wrap_value(s):
2212 try:

Callers 1

pFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected