@profile_pictures_tm · Post #15862 · 10.09.2023 г., 09:31
#Superman
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
Пребарај: #superman
@profile_pictures_tm · Post #15862 · 10.09.2023 г., 09:31
#Superman
Hashtags
@profile_pictures_tm · Post #15057 · 30.06.2023 г., 19:45
#Superman
Hashtags
@WallpapersFreeHD · Post #8703 · 25.06.2025 г., 14:17
👍 Canal: @WallpapersFreeHD⭐️ 🆕 7680 x 4320 #️⃣#SuperMan 🫥🫥🫥🫥🫥🫥🫥🫥🫥🫥 📱 Comunidad: @ChannelsCommunity ✅ ════════════════════ ⭐️📥🔁 ˡᶦᵏᵉ ˢᵃᵛᵉ ˢʰᵃʳᵉ
Hashtags
@WallpapersFreeHD · Post #8702 · 25.06.2025 г., 14:17
👍 Canal: @WallpapersFreeHD⭐️ 🆕 7680 x 4320 #️⃣#SuperMan 🫥🫥🫥🫥🫥🫥🫥🫥🫥🫥 📱 Comunidad: @ChannelsCommunity ✅ ════════════════════ ⭐️📥🔁 ˡᶦᵏᵉ ˢᵃᵛᵉ ˢʰᵃʳᵉ
Hashtags
@GeexNoticias · Post #1462 · 20.12.2024 г., 12:20
Nuevo teaser oficial del #Superman de James Gunn
Hashtags
@GeexNoticias · Post #643 · 15.07.2023 г., 15:01
¿Qué tal luce el nuevo #Superman David Corenswet?
Hashtags
@Comicverso · Post #43322 · 15.01.2025 г., 23:39
📔 | Superman (Vol.6) 📆 | Actualizable... 💬 | Español 📂 | (13/?) + Annual 🗞 | #DC 📚 | #Superman 📇 | AT-Comics 🗓 | 2023 - Únete a @Comicverso
@Comicverso · Post #43180 · 15.01.2025 г., 21:39
📔 | Action Comics (Vol.1) 📆 | Actualizable... 💬 | Español 📂 | (1064/?) 🗞 | #DC 📚 | #Superman 📇 | LDC | LC | CID | SU 🗓 | 2016 - Únete a @Comicverso
@Aetatesolis · Post #4475 · 28.05.2025 г., 14:46
First Flight Man of Steel #cinema #superman AETATESOLIS
@Comicverso · Post #44809 · 01.06.2025 г., 15:04
📔 | Superman: Brainiac 📆 | #Terminado 💬 | Español 📂 | (5/5) 🗞 | #DC 📚 | #Superman 📇 | LANOVENADIMENSION 🗓 | 2008 Únete a @Comicverso
Hashtags
@Comicverso · Post #43337 · 15.01.2025 г., 23:44
📔 | Super Sons 📆 | #Terminado 💬 | Español 📂 | (16/16) + Annual 🗞 | #DC 📚 | #Superman 📇 | LegionDeComiqueros 🗓 | 2017 - 2018 Únete a @Comicverso
Hashtags
@Comicverso · Post #43289 · 15.01.2025 г., 23:35
📔 | Superman (Vol.5) 📆 | #Terminado 💬 | Español 📂 | (32/32) 🗞 | #DC 📚 | #Superman 📇 | LDC | CID 🗓 | 2018 - 2021 Únete a @Comicverso
Hashtags