TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 15 слични објави

Пребарај: #inscription

当前筛选 #inscription清除筛选
TokenPocket

@tokenpocket_channel · Post #1084 · 05.01.2024 г., 10:34

🎯Join the People's Alliance Inscription Campaign with ​TokenPocket_TP, powered by ​ParticleNtwrk on ​LineaBuild! ✅Complete simple tasks on ​Galxe: https://galxe.com/TokenPocket/campaign/GCkPFttWC1 Now, People's Alliance Inscription is listed on the TokenPocket Hot DApp List on ​LineaBuild and #Inscription list, you can directly #JointheAlliance with your TokenPocket Wallet. #JointheAlliance 【Details】https://twitter.com/TokenPocket_TP/status/1743218692169888096 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #1009 · 14.12.2023 г., 10:17

🆕http://evm.ink now fully supports TokenPocket Wallet login and http://evm.ink is also listed on the TokenPocket #Inscriptions List! 👉https://www.tokenpocket.pro/ ​evmink is a #multichain#inscriptions indexer and marketplace. It has surpassed 270 million inscriptions and has more than 500,000 monthly unique wallet/visitors. Now users can explore #Inscription on ​BNBCHAIN, ​ethereum, and ​0xPolygonLabs. 👉https://evm.ink/ 【Details】https://twitter.com/TokenPocket_TP/status/1735241797901996541 【Powered By】Crypto Box

12
ПретходнаСтраница 1 од 2Следна