MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / copy

Method copy

projects/Python/proto/test.py:3529–3597  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

3527
3528 # Struct shallow copy
3529 def copy(self, other):
3530 super().copy(other)
3531 self.f100 = other.f100
3532 self.f101 = other.f101
3533 self.f102 = other.f102
3534 self.f103 = other.f103
3535 self.f104 = other.f104
3536 self.f105 = other.f105
3537 self.f106 = other.f106
3538 self.f107 = other.f107
3539 self.f108 = other.f108
3540 self.f109 = other.f109
3541 self.f110 = other.f110
3542 self.f111 = other.f111
3543 self.f112 = other.f112
3544 self.f113 = other.f113
3545 self.f114 = other.f114
3546 self.f115 = other.f115
3547 self.f116 = other.f116
3548 self.f117 = other.f117
3549 self.f118 = other.f118
3550 self.f119 = other.f119
3551 self.f120 = other.f120
3552 self.f121 = other.f121
3553 self.f122 = other.f122
3554 self.f123 = other.f123
3555 self.f124 = other.f124
3556 self.f125 = other.f125
3557 self.f126 = other.f126
3558 self.f127 = other.f127
3559 self.f128 = other.f128
3560 self.f129 = other.f129
3561 self.f130 = other.f130
3562 self.f131 = other.f131
3563 self.f132 = other.f132
3564 self.f133 = other.f133
3565 self.f134 = other.f134
3566 self.f135 = other.f135
3567 self.f136 = other.f136
3568 self.f137 = other.f137
3569 self.f138 = other.f138
3570 self.f139 = other.f139
3571 self.f140 = other.f140
3572 self.f141 = other.f141
3573 self.f142 = other.f142
3574 self.f143 = other.f143
3575 self.f144 = other.f144
3576 self.f145 = other.f145
3577 self.f146 = other.f146
3578 self.f147 = other.f147
3579 self.f148 = other.f148
3580 self.f149 = other.f149
3581 self.f150 = other.f150
3582 self.f151 = other.f151
3583 self.f152 = other.f152
3584 self.f153 = other.f153
3585 self.f154 = other.f154
3586 self.f155 = other.f155

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected