class Struct: def __init__(self, **entries): self.__dict__.update(entries) class tester: def __init__(self): enum = Struct testing = enum(one=1, two=2, three=3) print testing.one print testing.two print testing.three mytest = tester()
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル