@limnosdsstation · Post #11070 · 15.04.2026 г., 20:20
#VRchat#Eku https://x.com/harubotti_VR/status/2036242430824161651 harubotti : おはようございます!
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
Пребарај: #eku
@limnosdsstation · Post #11070 · 15.04.2026 г., 20:20
#VRchat#Eku https://x.com/harubotti_VR/status/2036242430824161651 harubotti : おはようございます!
@limnosdsstation · Post #11004 · 09.04.2026 г., 19:47
https://x.com/septem47/status/2041836412593697082 septem47 : 感熱紙エクちゃ… #VRchat#Eku
@limnosdsstation · Post #11001 · 09.04.2026 г., 19:47
#VRchat#Eku https://x.com/Chocoan09/status/1976572990302322803 ちょこ庵 :
@limnosdsstation · Post #10955 · 09.04.2026 г., 19:42
#VRchat#Eku https://x.com/socho_v/status/2041528319792005339 ソウチョウ@4/12 出張版VRCくりえいてぃ部 F-11 : エクッ
@limnosdsstation · Post #10925 · 09.04.2026 г., 19:38
#VRchat#Eku https://x.com/sia_ga_/status/2036472315291255074 しぁ🍣🍮🐾 : エクチャン
@limnosdsstation · Post #10913 · 09.04.2026 г., 19:37
#VRchat#Eku https://x.com/YuNa7Mi/status/2041622042458591305 わー : Windows更新の通知くると怖い
@limnosdsstation · Post #10912 · 09.04.2026 г., 19:37
#VRchat#Eku https://x.com/YuNa7Mi/status/2040559034567184893 わー : VRでは笑顔のわたし リアルだとミニコースターで絶叫します😇
@limnosdsstation · Post #10911 · 09.04.2026 г., 19:37
#VRchat#Eku https://x.com/YuNa7Mi/status/2040950579351158878 わー : ちゃんとキャリブレーションできて嬉しすぎるエクちゃん
@limnosdsstation · Post #10819 · 03.04.2026 г., 19:52
#VRchat#Eku https://x.com/millcle/status/2039894940311072957 How🍰出張版!VRCくりえいてぃ部2 M-05 04/12(日) : エク
@limnosdsstation · Post #10793 · 29.03.2026 г., 11:57
#VRchat#Eku 𝕏: knowledge708
@limnosdsstation · Post #10764 · 29.03.2026 г., 11:55
#VRchat#Eku https://x.com/mmae3333/status/2037827125856899399 まめさん : エ ク ち
@limnosdsstation · Post #10763 · 29.03.2026 г., 11:55
https://x.com/azisai_hiro/status/2012234713197617194 紫陽花ひろ@VRChat : #VRChat#Eku 消すBone間違えて今これ *把该删的骨骼弄错了于是变成了这样