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

Method clone

tools/python-3.11.9-amd64/Lib/lib2to3/pytree.py:77–83  ·  view source on GitHub ↗

Return a cloned (deep) copy of self. This must be implemented by the concrete subclass.

(self)

Source from the content-addressed store, hash-verified

75 raise NotImplementedError
76
77 def clone(self):
78 """
79 Return a cloned (deep) copy of self.
80
81 This must be implemented by the concrete subclass.
82 """
83 raise NotImplementedError
84
85 def post_order(self):
86 """

Callers 15

cannot_convertMethod · 0.45
ArgListFunction · 0.45
ImportAndCallFunction · 0.45
make_suiteFunction · 0.45
cloneMethod · 0.45
fixup_parse_treeFunction · 0.45
fixup_simple_stmtFunction · 0.45
transformMethod · 0.45
transformMethod · 0.45
handle_nameMethod · 0.45
handle_tupleMethod · 0.45
transform_lambdaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected