MCPcopy
hub / github.com/rocky/python-uncompyle6 / elements

Method elements

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

Source from the content-addressed store, hash-verified

18 def add(self, elt):
19 self.elts[elt] = elt
20 def elements(self):
21 return self.elts.keys()
22 def has_elt(self, elt):
23 return elt in self.elts
24 def remove(self, elt):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected