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

Пребарај: #ericsson

当前筛选 #ericsson清除筛选
Addis Standard

@addisstandardeng · Post #21657 · 09.03.2026 г., 14:45

News: #Ethio_Telecom announces strategic network expansion agreements with #Ericsson, #ZTE, Huawei, Nokia at Barcelona Ethio Telecom announced that it has reached a series of strategic network expansion and modernization agreements with global technology partners Ericsson, ZTE, #Huawei, and #Nokia during the Mobile World Congress 2026 held in #Barcelona, #Spain. The telecom provider said its CEO #Frehiwot Tamru, together with a senior management delegation, held high-level strategic discussions with executives of the company’s key international technology partners and network equipment suppliers on the sidelines of the global industry event. As part of the engagements, Ethio Telecom and ZTE finalized a major network expansion and modernization agreement covering 647 network sites, including 115 rural sites. The company said the initiative will strengthen nationwide connectivity and expand digital inclusion across the country. Separately, Ethio Telecom ….. Read more: https://addisstandard.com/?p=55681