Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
class
Stack:
32
def
__init__(self):
Callers
7
ingest
Method · 0.80
ingest
Method · 0.80
ingest
Method · 0.80
ingest
Method · 0.80
ingest
Method · 0.80
__init__
Method · 0.80
options
Function · 0.80
Calls
1
Set
Class · 0.70
Tested by
no test coverage detected