MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / copy

Method copy

test/ok_lib2.7/compiler/misc.py:26–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 def remove(self, elt):
25 del self.elts[elt]
26 def copy(self):
27 c = Set()
28 c.elts.update(self.elts)
29 return c
30
31class Stack:
32 def __init__(self):

Callers 7

ingestMethod · 0.80
ingestMethod · 0.80
ingestMethod · 0.80
ingestMethod · 0.80
ingestMethod · 0.80
__init__Method · 0.80
optionsFunction · 0.80

Calls 1

SetClass · 0.70

Tested by

no test coverage detected