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

Пребарај: #dispersa

当前筛选 #dispersa清除筛选
Venture Village Wall 🦄

@venturevillagewall · Post #4260 · 27.02.2025 г., 13:00

Latest Funding Rounds for Startups Recent funding rounds: - Flanks raised $14.70M on Feb 26, 2025. Focus on wealth management and core business growth. Read more - Infimind secured $13.77M on Feb 25, 2025. Enhancing e-commerce with AIGC technology. Read more - Anagram raised $10M on Feb 26, 2025. Human-driven security platform. Read more - Ignota Labs received $6.90M on Feb 26, 2025. Focused on toxicity prediction. Read more - HouseWhisper acquired $6.70M on Feb 25, 2025. AI for real estate professionals. Read more - Afynia Laboratories raised $5M on Feb 25, 2025. Read more - Dispersa received $4.07M on Feb 25, 2025. Read more - Swirepay raised $3.40M on Feb 25, 2025. Customizable B2B SaaS for transactions. Read more - CQR secured $3M on Feb 26, 2025. Read more - Vidyut received $2.50M on Feb 26, 2025. Read more #Fundraising#Flanks#Infimind#Anagram#Ignota#HouseWhisper#Afynia#Dispersa#Swirepay#CQR#Vidyut#AI#Tech#Startups#Finance#Ecommerce#Security#SaaS#B2B#Prediction#VC