コード例 #1
0
ファイル: put.py プロジェクト: JonathanMurray/immolate
 def __post_init__(self):
     Cpu.assert_fits_in_word(self.value)
コード例 #2
0
 def __post_init__(self):
     Cpu.assert_fits_in_word(self.address)