@stickerhut · Post #101 · 09.02.2022 г., 09:05
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #dazai
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #bungostraydogs
@stickerhut · Post #101 · 09.02.2022 г., 09:05
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #dazai
Hashtags
@stickerhut · Post #211 · 06.09.2022 г., 20:54
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #chuya
Hashtags
@stickerhut · Post #175 · 30.04.2022 г., 11:28
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #atsushi
Hashtags
@stickerhut · Post #123 · 23.02.2022 г., 10:45
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #dostoevsky
Hashtags
@stickerhut · Post #105 · 09.02.2022 г., 13:14
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #ranpo
Hashtags
@stickerhut · Post #178 · 02.05.2022 г., 19:54
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #dazai#chuuya
Hashtags
@RsRamble · Post #825 · 25.12.2024 г., 06:32
「他留下的东西很少,我算一个。」 文豪野犬的中原中也 EOY Japanese Culture Festival 2024 D2 (2024-12-22) #nakaharachuuya#中原中也#bungostraydogs#文豪ストレイドッグス#cosplay#anime#animeconvention#sunteccity#suntecconventioncentre#theeoy#theeoy2024#singapore
@RsRamble · Post #782 · 28.10.2024 г., 15:05
「那么,是谁想与重力一战?」 其实拍了好多,但我修不过来…… 文豪野犬的中原中也 Gamescom Asia D2 (2024-10-19) #nakaharachuuya#中原中也#bungoustraydogs#bungostraydogs#文豪ストレイドッグス#cosplay#anime#animeconvention#sunteccity#gamescomasia#gamescomasia2024#singapore
@RsRamble · Post #997 · 29.04.2025 г., 16:58
「想挑战我?先试试能否在我的重力下站稳。」 2315看到对面消息,0012这边ig送走,好个一小时极限修图 昨天中也生日,下次怎样也得要杯奶茶 享用麦麦后又微调了下 文豪野犬的中原中也 Hanami Mkt 2025 (2025-02-09) #nakaharachuuya#中原中也#bungostraydogs#文豪ストレイドッグス#cosplay#anime#animeconvention#hanamimkt#hanamimkt2025#valentinevibes#artistalley#singaporeevent#sunteccity#suntecconventioncentre#singapore
@stickerhut · Post #39 · 16.01.2022 г., 22:57
ХЭШТЕГИ →Этот пост будет обновляться! #genshinimpact #amodeladvisory #attackontitan #blackbutler #bungostraydogs #cappuccinoswithmarshmallows #chainsawman #cookierunkingdom #danganronpa #dokidokiliteratureclub #drstone #everlastingsummer #firecastssorrow #fullmetalalchemist #given #heavenofficialsblessing #howlsmovingcastle #inscryption #jojosbizarreadventure #komicantcommunicate #neongenesisevangelion #nyannyancantata #otters #secretalliance #SK8theinfinity #southpark #souleater #thegrandmasterofdemoniccultivation #theumbrellaacademy #thestrangerbythebeach #toiletboundhanakokun #tokyoghoul #tokyorevengers #toradora #violetevergarden #whomademeaprincess #windbreaker #yesnoormaybe #19DaysOneDay
Hashtags