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

Method set_precedence

tools/python-3.11.9-amd64/Lib/ast.py:779–781  ·  view source on GitHub ↗
(self, precedence, *nodes)

Source from the content-addressed store, hash-verified

777 return self._precedences.get(node, _Precedence.TEST)
778
779 def set_precedence(self, precedence, *nodes):
780 for node in nodes:
781 self._precedences[node] = precedence
782
783 def get_raw_docstring(self, node):
784 """If a docstring node is found in the body of the *node* parameter,

Callers 15

visit_ExprMethod · 0.95
visit_NamedExprMethod · 0.95
visit_AssignMethod · 0.95
visit_AwaitMethod · 0.95
visit_YieldMethod · 0.95
visit_YieldFromMethod · 0.95
_for_helperMethod · 0.95
visit_comprehensionMethod · 0.95
visit_IfExpMethod · 0.95
write_itemMethod · 0.95
visit_UnaryOpMethod · 0.95
visit_BinOpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected