Как работает функция 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
xRocket News: Stake $XROCK for Telegram Gifts
#Telegram#XROCK
xRocket News invites participants to stake $XROCK on swap.coffee with a 22% APR to enter a Telegram gifts lottery. New positions between May 11 and May 14 will grant tickets, with winners announced by May 16. Over 900 USDT worth of gifts are available.
Source: link
@tonlines
⚡️Swap.coffee: Instant Rewards and Staking Opportunities
#swap#staking#XROCK
Swap.coffee offers a unique and efficient staking experience, allowing users to claim their rewards instantly. Currently, a prize giveaway is available for staking $XROCK with friends from @XRocket. Tokens available for staking include CES, XROCK, JETTON, and DFC.
Source: link
@tonlines
🚀xRocket SocialFi Tools: Cheques — the most powerful tool to reach your target audience
GMGM!
Have you ever heard about xRocket checques? Of course you have. Cheques are the perfect tool for sending cryptocurrency and growing communities on Telegram ❤️
Every token added to xRocket automatically becomes part of our SocialFi ecosystem, allowing users to create cheques, 🔥 fires, and subscriptions with that token. Today’s post is dedicated to the most popular tool —cheques.
🧾What are cheques?
Cheques are a convenient tool for sending cryptocurrency to any Telegram user. They can also be used to distribute tokens in channels and chats to attract new subscribers and increase engagement.
⚙️How does it work?
You can create a cheque directly in the xRocket bot by specifying the amount and currency. To send it to multiple users, create a multi-cheque by setting the amount and the number of activations. When creating a cheque, you can also add a referral bonus and rewards for each activation via the link for those who share your cheque.
🔎How to increase cheque reach?
There are two built-in mechanisms to help distribute your check: the Cheque Board and the xRocket Drops channel. To have your cheque featured on the Cheque Board, it must meet the following requirements:
- Only cheques created in thexRocket bot can be listed;
- The cheque must not have a password;
- Subscriptions must be public and accessible to users;
- The cheque cannot be intended for new xRocket users;
- The cheque should have more than 100 activations.
👮♂️Important: if you add a password or change the subscription after listing the cheque, it will be removed.
Cheques worth 100 USD or more in any supported currency are automatically posted in the xRocket Drops channel.
🚀Create your xRocket cheque
#TON#XROCK#community#airdrop#Web3
🚀 Solana on xRocket!
GMGM!
We are thrilled to announce that the integration of a new blockchain into @xRocket is complete – welcome Solana to your favorite Telegram bot!
Solana, known for its vibrant community and activity on X (formerly Twitter), is now seamlessly connected to the platform. This integration enables Solana users to enjoy all the benefits of the Telegram web exchange that we've been relishing for so long.
With the addition of Solana, the native token $SOLis now available on xRocket for deposits, storage, and withdrawals. Plus, it's fully supported across all our SocialFi tools: launch fires, distribute checks, and use $SOL for subscriptions.
Integrating Solana isn't just about expanding xRocket's capabilities – it's a pivotal step in advancing the entire Telegram ecosystem. The opportunities for collaboration between projects on Solana and Telegram are endless.
The xRocket team remains committed to its mission of developing the most user-friendly and versatile CEX & SocialFi application on Telegram. #CEX#SocialFi#bot#Telegram#TON#XROCK#SOL#xRocket
🚀Stay tuned for more exciting updates!
Bot | WebExchange | p2p | Channel