MCPcopy Index your code
hub / github.com/python/cpython / copy

Method copy

Lib/_weakrefset.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self.data.clear()
50
51 def copy(self):
52 return self.__class__(self)
53
54 def pop(self):
55 while True:

Callers 4

differenceMethod · 0.95
symmetric_differenceMethod · 0.95
__iter__Method · 0.45

Calls 1

__class__Method · 0.45