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

Пребарај: #environmentalissue

当前筛选 #environmentalissue清除筛选
EKOLOG.UZ| ENG

@ekologuzenglish · Post #11754 · 28.02.2026 г., 04:59

📍 Road from Surum to Tashaul 📅 Video recorded on February 26 The village of Surum (Sur-um) is located in Tashkent Region, bordering the Sergeli and Yangihayot districts of Tashkent (about 9 km from the center of Sergeli). The video shows thick dust from operating crushers. According to local residents, this situation has been ongoing for a long time. Residents complain about: ▪️ constant loud noise; ▪️ dense dust in the air; ▪️ difficulty breathing and worsening living conditions. The community asks authorities to pay attention to the environmental situation and take measures to reduce dust and noise levels. ❗️ The situation requires inspection by responsible agencies and an assessment of its impact on the environment and public health. #Environment#TashkentRegion#Dust#Noise#EnvironmentalIssue ☘️ Follow the latest environmental news on @ekologuz. Send your suggestions and feedback via @eklguz_bot!