@profile_pictures_tm · Post #18415 · 17.10.2024 г., 13:47
#Animation🍿🕶
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
Пребарај: #animation
@profile_pictures_tm · Post #18415 · 17.10.2024 г., 13:47
#Animation🍿🕶
Hashtags
@profile_pictures_tm · Post #13981 · 10.04.2023 г., 17:02
#Animation
Hashtags
@profile_pictures_tm · Post #13842 · 29.03.2023 г., 11:53
#Animation
Hashtags
@BuffFurries · Post #12497 · 12.04.2026 г., 19:18
#animation@YiffArtHub https://x.com/YoseBose/status/2043342267788997078
Hashtags
@BuffFurries · Post #11887 · 15.01.2026 г., 14:20
#animation@YiffArtHub
Hashtags
@BuffFurries · Post #11870 · 15.01.2026 г., 02:43
#animation@YiffArtHub
Hashtags
@BuffFurries · Post #11605 · 09.12.2025 г., 12:46
#animation@YiffArtHub
Hashtags
@profile_pictures_tm · Post #11537 · 16.10.2022 г., 16:01
#Animation
Hashtags
@figma60sec · Post #10723 · 23.03.2026 г., 17:03
SVG Motion — плагин анимирует векторные линии с помощью свойства «Обводка». Figma Community • #animation
Hashtags
@PawStash · Post #3570 · 02.03.2026 г., 22:23
Paw aftercare Mystery box YCH for Roukan #Animation
Hashtags
@viral_today · Post #3326 · 23.06.2025 г., 12:31
Cute animation of a little Lego kitty playing with a yarn ball @Viral_Today / #animation
Hashtags
@viral_today · Post #2278 · 17.04.2024 г., 14:30
Bread is bad for ducks and other waterfowl. Their natural diet consists of pond weed, seeds, insects, worms, small water snails, and even crustaceans, such as crayfish. White bread barely offers any nutrition. It simply acts as a filler. @Viral_Today / #animation
Hashtags