Exemplo n.º 1
0
 def _setup_inheritance(self):
     self.component2 = Component()
     self.component2.linked_with = self.component
     self.component2.inherit_atom_relations = True  # TODO
     self.component2.inherit_interlayer_atoms = True  # TODO
     self.component2.inherit_layer_atoms = True  # TODO
     self.component2.inherit_delta_c = True
     self.component2.inherit_default_c = True
     self.component2.inherit_ucp_a = True  # TODO
     self.component2.inherit_ucp_b = True  # TODO
     self.component2.inherit_d001 = True
Exemplo n.º 2
0
 def setUp(self):
     self.component = Component()