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

Пребарај: #twostatesolution

当前筛选 #twostatesolution清除筛选

@RusEmbMalta Press release: 🇷🇺 Russia’s Foreign Ministry Statement on Gaza On August 8, Israel’s security cabinet approved plans to expand military operations in the Gaza Strip – targeting the once most populous central area. 📢Reports indicate that all Palestinian civilians will be forcibly evacuated, with plans for full military occupation. ⚠️These actions – already widely condemned – risk deepening the humanitarian catastrophe in Gaza and destabilising the entire Middle East. 🇷🇺 Russia’s position is clear: 🔹 Immediate ceasefire. 🔹Release of all hostages and detainees. 🔹 Unhindered humanitarian access. Moscow reaffirms: the only path forward is within international law – the two-state solution, creating an independent Palestinian state within the 1967 borders, with East Jerusalem as its capital, living in peace and security alongside Israel. #Russia#Gaza#MiddleEast#TwoStateSolution#HumanRights#InternationalLaw