MCPcopy Create free account
hub / github.com/coldtype/st2 / copy_to

Method copy_to

ST2/properties.py:436–445  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

434 pass
435
436 def copy_to(self, other):
437 self.frozen = True
438 other.frozen = True
439
440 for k in self.__annotations__.keys():
441 v = getattr(self, k)
442 setattr(other, k, v)
443
444 self.frozen = False
445 other.frozen = False
446
447 def font(self, none_ok=False):
448 from ST2.importer import ct

Callers 5

executeMethod · 0.80
swap_metadataMethod · 0.80
create_live_singleMethod · 0.80
executeMethod · 0.80
bake_framesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected