@placeholderpics · Post #59254 · 30.03.2026 г., 21:05
Yolanda: #Genshinlmpact 🍫 https://twitter.com/yolanda315732/status/2038512955944493536
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
Пребарај: #genshinlmpact
@placeholderpics · Post #59254 · 30.03.2026 г., 21:05
Yolanda: #Genshinlmpact 🍫 https://twitter.com/yolanda315732/status/2038512955944493536
Hashtags
@placeholderpics · Post #59061 · 14.03.2026 г., 05:57
Yolanda: #Genshinlmpact 🍫 https://twitter.com/yolanda315732/status/2032680916284486144
Hashtags
@daily0721 · Post #33139 · 30.03.2026 г., 08:22
https://x.com/yolanda315732/status/2038512955944493536 Yolanda : #Genshinlmpact 🍫
Hashtags
@daily0721 · Post #33027 · 14.03.2026 г., 05:38
https://x.com/yolanda315732/status/2032680916284486144 Yolanda : #Genshinlmpact 🍫
Hashtags
@daily0721 · Post #32309 · 08.12.2025 г., 05:52
https://x.com/yolanda315732/status/1997830057788870916 Yolanda : #Genshinlmpact furina
Hashtags
@daily0721 · Post #32258 · 30.11.2025 г., 06:46
https://x.com/yolanda315732/status/1994985136203694080 Yolanda : #Genshinlmpact 🌸
Hashtags
@daily0721 · Post #32683 · 27.01.2026 г., 12:51
https://x.com/Fuwa2_om/status/2016106042674090465 ふわおむ : コロンビーナ #原神#Genshinlmpact
Hashtags
@daily0721 · Post #32575 · 11.01.2026 г., 06:55
https://x.com/yolanda315732/status/2010212153618481540 Yolanda : #Genshinlmpact#Sandrone 💛
Hashtags
@daily0721 · Post #32392 · 18.12.2025 г., 11:13
https://x.com/amanyanofficial/status/2001224411190644978 天神 甘猫🎀🫧🐾新人Vtuber : -` ̗制服胡桃アクスタ˙˚ʚ❤️ɞ˚˙ #Genshinlmpact#HuTao
Hashtags
@daily0721 · Post #32357 · 14.12.2025 г., 08:16
https://x.com/yolanda315732/status/2000054300014510437 Yolanda : #Genshinlmpact#Skirk ❄️
Hashtags
@azeycoser1 · Post #113 · 05.01.2025 г., 16:02
狐狸小姐🦊 #cosplay#八重神子#原神#yaemiko#Genshinlmpact
@azeycoser1 · Post #9 · 30.12.2024 г., 12:01
是秘书还是女上司 #cosplay#八重神子#原神#yaemiko#Genshinlmpact