@RsRamble · Post #674 · 09.09.2024 г., 17:59
也是HoYo FEST时的图,返给coser了,然后等二修……就没下文了 以前外拍过,也见过数次,就是认识才不好意思反复催催 大概是米哈游的角色 拍摄于HoYo FEST Singapore (2024-08-17) #cosplay#game#mihoyo#hoyofest#hoyofest2024#hoyofestsg#singapore#sgcosplay#cosplaysg
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
Пребарај: #hoyofest
@RsRamble · Post #674 · 09.09.2024 г., 17:59
也是HoYo FEST时的图,返给coser了,然后等二修……就没下文了 以前外拍过,也见过数次,就是认识才不好意思反复催催 大概是米哈游的角色 拍摄于HoYo FEST Singapore (2024-08-17) #cosplay#game#mihoyo#hoyofest#hoyofest2024#hoyofestsg#singapore#sgcosplay#cosplaysg
@RsRamble · Post #1063 · 28.07.2025 г., 14:40
「五郎,前来报到!」 来一波速度场照返图 原神的五郎 Hoyofest Singapore 2025 D2 (2025-07-26) #gorou#goroucosplay#genshin#genshinimpact#genshinimpactcosplay#hoyofest#hoyofest2025
@RsRamble · Post #670 · 09.09.2024 г., 04:43
一言难尽的一组图,只能说遇到事多的coser会让事情麻烦数倍 原神的八重神子 拍摄于HoYoFest Singapore (2024-08-18) #yaemiko#八重神子#genshinimpact#cosplay#game#mihoyo#hoyofest#hoyofest2024#hoyofestsg#singapore#sgcosplay#cosplaysg
@RsRamble · Post #666 · 03.09.2024 г., 03:51
After a millennium of tumultuous days, at last, tranquility reigns. 然而我并没找到这句对应的中文翻译 感觉修完反而显得很平光……大失败 原神的魈 拍摄于HoYo FEST Singapore (2024-08-17) #xiao#魈#genshinimpact#cosplay#game#lance#hoyofest#hoyofest2024#hoyofestsg#singapore#sgcosplay#cosplaysg
@RsRamble · Post #640 · 20.08.2024 г., 11:50
“哼哼,就让皇女的光采荣耀此间天地吧” 本来已经营业结束了,但是在商场里遇到这位,又赶紧拿出相机…… 好好好,我就是小丑🤡 原神的菲谢尔 HoYo FEST Singapore (2024-08-17) #fischl#fischlvonluftschlossnarfidort#フィッシュル#genshinimpact#cosplay#game#hoyofest#hoyofest2024#hoyofestsg#singapore#sgcosplay#cosplaysg