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

Резултати

Пронајдени 2 слични објави

Пребарај: #mainnetlaunch

当前筛选 #mainnetlaunch清除筛选
Airdrop Comic

@airdropcomic · Post #2084 · 31.07.2025 г., 08:09

🔥Atleta Quest – Mainnet Journey✅ 💠Reward: A massive 2,000 $USDTprize pool is up for grabs earn your share by completing simple tasks and climbing the leaderboard ☀️ Join Now:https://quest.intract.io/quest/68872f19269c3bcf29d1a29a ⚙️ How to Participate? ♦️Complete simple on-chain & off-chain tasks ♦️Earn points by finishing quests ♦️Climb the leaderboard ♦️Claim your share of rewards 📌About Atleta Network: Join the Sports x Tech revolution Atleta is building a dynamic ecosystem with real-world utility and this quest is your ticket in. 🚀 🧠This is the next step toward their Mainnet launch and the competition is heating up 📖 Source: https://x.com/Atleta_Network/status/1949817380080595369 ® Note:This campaign is 100% free. No fee required. Please DYOR before participating. #AtletaNetwork#CryptoQuest#Web3Gaming#MainnetLaunch#USDTRewards

Crypto M - Crypto News

@CryptoM · Post #64672 · 09.04.2026 г., 13:25

🚀 Circle's Arc Blockchain Opens Testnet Code Ahead of Mainnet Launch Circle's Arc blockchain has announced the release of its testnet code ahead of its mainnet launch. According to Foresight News, developers can now initiate testnet nodes and review the source code. Additionally, a bug bounty program has been launched on the HackerOne platform to enhance security measures. #CircleArcBlockchain#TestnetLaunch#MainnetLaunch#BlockchainDevelopment#BugBounty#HackerOne#SecurityMeasures#CryptoDevelopment