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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #205 · 22 јан.

Как работает функция reload()? Эта функция нужна для того, чтобы перезагрузить изменившийся код из py-файла без рестарта интерпретатора. Дело в том, что любой импортированный модуль при повторном импорте не будет перечитывать файл. Функция импорта вернёт уже загруженный в память объект модуля. Чтобы обновить код, нужно либо перезапустить всю программу, либо использовать функцию reload() from importlib import reload reload(my_module) 🔸 Функция reload() принимает в качестве аргумента только объект модуля или пакета. Она не может перезагрузить класс или функцию. Только весь файл целиком! 🔸 Перезагрузка пакета перезагрузит только его файл __init__.py, если он есть. Но не вложенные модули. 🔸Она не может перезагрузить ранее не импортированный модуль. 🔸При вызове функция reload() перечитывает и перекомпилирует код в файле, создавая новые объекты. После создания новых объектов перезаписывается ранее созданный неймспейс этого модуля. Это значит, что если где-то этот модуль импортирован через import и обращение к атрибутам происходит через неймспейс (имя) модуля, то такие атрибуты обновятся. Если какие-либо объекты из этого модуля импортированы через from то они будут ссылаться на старые объекты. Напишем простой модуль # mymodule.py x = 1 Теперь импортируем модуль и отдельно переменную х из модуля >>> import mymodule >>> from mymodule import x >>> print(mymodule.x) 1 >>> print(x) 1 Не перезапуская интерпретатор вносим изменения в модуль # mymodule.py x = 2 Делаем перезагрузку модуля и проверяем х ещё раз >>> reload(mymodule) >>> print(mymodule.x) 2 >>> print(x) 1 То же самое будет если присвоить любой объект переменной (даже словарь или список) Повторный импорт обновляет значение >>> from mymodule import x >>> print(x) 2 🔸Созданные инстансы классов не обновятся после перезагрузки модуля. Их придётся пересоздать. #tricks#basic

Резултати

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

Пребарај: #securetrading

当前筛选 #securetrading清除筛选
SLEX NEWS

@slex_io · Post #121 · 03.11.2023 г., 13:56

🔒100% Security Rate on SLEX Centralized Exchange!🔒 📖We're thrilled to inform you that Hacken, a trusted crypto and blockchain security audit firm, has rigorously reviewed the SLEX Centralized Exchange's code🔍 🔥What's the result? — A flawless review with ZERO vulnerabilities or code errors detected! 🎉This means SLEX proudly holds a 100% security rating as per Hacken's audit☄️ Check this out: hacken.io/audits/slex/ 🤝Join SLEX platform, deposit your account, and trade with confidence, knowing that our platform meets the highest security standards in the industry🛡️ #SLEXSafety#HackenAudit#SecureTrading Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #70 · 25.07.2023 г., 14:02

🔓🌐 With the expanding digital horizon, ensuring the security of crypto assets is a task that cannot be underestimated. SLEX platform is dedicated to high level of security and so officially joining the Crypto Currency Security Standard (CCSS)! 🎉 CCSS is a universally recognized security standard specifically designed for cryptocurrencies. It's like a superhero's shield that secures key generation and storage, robust transaction processes! 🛡️ 🤔What does this mean for SLEX users? Simple – it means an even more robust assurance that your digital assets are safe and secure. So join SLEX - the bastion of crypto security and discover your trading ideas! 🎯💪 #SLEX#CryptoSecurity#CCSS#SecureTrading Email | Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #47 · 26.05.2023 г., 17:15

🔒🌐 Commodity Proof of Reserves - Trusted, Public, and Secure Storage We are thrilled to unveil Commodity Proof of Reserves, an innovative solution that ensures unwavering trust, transparency, and security in commodity storage. Through our strategic partnership with a globally renowned mining company, in collaboration with SLEX, we guarantee a steady supply of liquidity and a secure trading environment. Our collaboration ets the highest standards of reliability and integrity. Our mining operations cover multiple cities in the Democratic Republic of Congo (DRC): Lubumbashi, Kakanda, and Likasi. This extensive network taps into abundant resources, providing an impressive $3 billion USD supply 📝 We understand the critical importance of trustworthy storage and protection in today's dynamic market. Through advanced blockchain technology, we've created a system that ensures complete transparency and validation of reserves. This approach instills confidence in our valued clients and partners. Commodity Proof of Reserves is a testament to our commitment to innovation, security, and reliability. With our trusted partner and vast resources, we aim to reshape commodity trading, setting new standards for excellence 📌 👉🏻 Join us Now and Stay Tuned For Updates and Developments: Slex.io #CommodityProofOfReserves#TrustedStorage#SecureTrading#BlockchainInnovation