MCPcopy
hub / github.com/csev/py4e / clone

Method clone

code/graphics/graphics.py:803–805  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

801 return self.anchor.clone()
802
803 def clone(self):
804 other = Entry(self.anchor, self.width)
805 return _tkCall(self.__clone_help, other)
806
807 def __clone_help(self, other):
808 other.config = self.config.copy()

Callers

nothing calls this directly

Calls 2

EntryClass · 0.85
_tkCallFunction · 0.85

Tested by

no test coverage detected