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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #345 · 9 окт.

Функция dir() - удобна для получения списка атрибутов у любого объекта. Ранее я писал про функцию __dir__() в модуле (не путайте её с переменной __all__(), которая указывает список объектов для импорта если встречается конструкция from module import *). Скорее всего вы уже знаете как использовать функцию dir(). Любой объект может реализовать метод __dir__() чтобы указать список имеющийхся и динамических атрибутов. И функция dir() поможет получить список этих атрибутов. >>> dir(str) ['__add__', '__class__', '__contains__', ...] У этой функции есть еще один способ применения. Её можно вызвать без аргумента, и в таком случае она вернёт список имён в текущем неймспейсе. >>> dir() ['__builtins__', '__doc__', '__file__', ...] >>> def test(): >>> x = 1 >>> print(dir()) >>> test() ['x'] #basic#tricks

Резултати

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

Пребарај: #misunderstandings

当前筛选 #misunderstandings清除筛选
Crypto M - Crypto News

@CryptoM · Post #65217 · 12.04.2026 г., 03:45

🚀 WLFI Co-Founder Addresses Misunderstandings on X Platform WLFI co-founder Zach Witkoff has responded to recent criticisms on the X platform regarding the WLFI project. According to Odaily, Witkoff clarified several points to address misconceptions. Firstly, he emphasized that WLFI should not be confused with the Trump meme coin, as they are entirely unrelated. He also stated that WLFI has no connection with 'fight fight fight' or CIC Digital Company. Witkoff highlighted that early investors purchased WLFI at prices of $0.015 and $0.05, with the current price standing at $0.08. He further explained that the project's primary product is not transaction fees but a stablecoin that generates returns through holding government bonds. This stablecoin ranks as the second-largest compliant stablecoin by trading volume and market capitalization, which he described as a significant achievement. Witkoff advised critics to conduct more thorough research before writing extensive posts on the matter. #WLFI#ZachWitkoff#XPlatform#TrumpMemeCoin#Stablecoin#GovernmentBonds#Investors#Misunderstandings#CICDigitalCompany#Cryptocurrency#Odaily#MarketCapitalization