isAttributeSafeToTransfer
- ssapy.utils.isAttributeSafeToTransfer(name, value)[source][source]
Return True if an attribute is safe to monkeypatch-transfer to another class. This rejects special methods that are defined automatically for all classes, leaving only those explicitly defined in a class decorated by continueClass or registered with an instance of TemplateMeta.