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 слични објави

Пребарај: #shippingblockades

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

@CryptoM · Post #64743 · 09.04.2026 г., 17:24

🚀 Energy Giants Face Challenges Amid Rising Oil and Gas Prices Due to Iran Conflict Rising oil and gas prices resulting from the ongoing conflict in Iran might initially appear beneficial for energy companies. Bloomberg posted on X, however, that the situation is more complex due to supply disruptions, shipping blockades, and hedging losses. These factors are creating a challenging environment for energy giants, impacting their ability to capitalize on the price surge. The conflict has led to significant disruptions in the supply chain, affecting the transportation and availability of oil and gas. Additionally, shipping blockades are further complicating the situation, making it difficult for companies to maintain steady operations. Hedging losses are also a concern, as companies that had previously locked in prices at lower rates are now facing financial setbacks. As the situation unfolds, energy companies are navigating a complex landscape, balancing the potential benefits of higher prices with the operational challenges posed by the conflict. #EnergyGiants#OilPrices#GasPrices#IranConflict#SupplyDisruptions#ShippingBlockades#HedgingLosses#EnergyCompanies#FinancialSetbacks#OperationalChallenges