TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #303 · 27 дек.

Наверняка вы замечали, что в Python есть удобная функция для получения переменной окружения os.getenv(NAME) И её "сестра" для создания или изменения переменных окружения os.putenv(NAME, VALUE) Но почему-то putenv() не работает как должно. Энвайромент не обновляется! os.putenv('MYVAR', '1') print(os.getenv('MYVAR')) ... и ничего 😴 Почему так? На самом деле энвайромент обновляется, но это значение не добавляется в словарь os.environ. Откройте исходник функции os.getenv(). Это просто шорткат для os.environ.get() В то время как putenv() это built-in С-функция. Словарь os.environ (или точней класс из MutableMapping) создаётся из энвайромента в момент инициализации. Функция putenv() самостоятельно его не изменяет. В тоже время, когда вы создаёте или изменяете ключ в os.environ, автоматически вызывается putenv() в методе __setitem__(). То есть, технически putenv() всё делает верно, но в os.environ это не отражается. Можно проверить так: >>> os.putenv('MYVAR', '123') >>> os.system('python -c "import os;print(os.getenv(\'MYVAR\'))"') 123 Я объявил переменную в текущем процессе и вызвал дочерний процесс, который её унаследовал и получил в составе os.environ. Аналогично при удалении переменной вызывается еще одна built-in функция unsetenv(), удаляющая переменную из системы. Итого ▫️ Удобней всего явно обновлять переменные через os.environ ▫️ Есть способ неявно создать/удалить переменную через putenv/unsetenv, что не повлияет на os.environ но изменит энвайромент и передаст изменения сабпроцессам. Но так лучше не делать! ▫️os.environ это просто обертка для built-in функций putenv() и unsetenv(). #basic

Hashtags

Резултати

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

Пребарај: #vaa

当前筛选 #vaa清除筛选

TON Space x EVAA integration ❤️ Recently the non-custodial version of the @wallet — TON Space integrated EVAA Protocol. This is the great opportunity for EVAA, considering that in Q2 Telegram the wallet plans to hit the US market. However, after the end of the TON Foundation boosts for #EVAA, the overall APR % on supply dropped significantly, so now it is more profitable to farm 😇 EVAA XP additionally using other #DeFi projects – #StormTrade and #FIVA. 🪙 The interface itself has undergone a small update. A new section has appeared — "Earn". You can clearly see how the percentage changes after each Supply/Borrow loop through #Tonstakers (looping strategy). If you use $tsTON, then EVAA XP doubles after each loop. 📈 Interest rates on $USDT loans in the LP pool have been reduced. Now it will be less expensive to use the "looping" strategy through SLP. LP pool works very well with Storm. Btw 🪙Storm Trade recently partners with 👍FIVA too. ➡️Add SLP to EVAA. ➡️Borrow $TON or $USDT. ➡️Put it in Storm Trade again. ➡️Repeat. Remember the risks. 🎙 Recently, the co-founders of #VAA held two broadcasts. In one of them, CTO Vlad (@sepezho) touched on the topic of oracles and the risks of liquidations (on Ru lang). In the second podcast, CEO Vlad participated, discussing the DeFi segment on TON in general (on Ru lang too). Therefore, if you have nothing to do in your free time, you can check it out. EVAA app | Video-guide