Skip to content

Commit

Permalink
Update 环境变量.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Sep 14, 2024
1 parent d00e6ff commit 15fdacf
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions pyefun/核心易函数支持库/环境变量.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
"""
# 环境变量
# 读入.env并且加载到系统环境变量中
#
# .. literalinclude:: ..\..\..\example\python读取env文件.py
# :language: python
# :caption: 代码示例
# :linenos:
# :lines: 1-40

.. Hint::
环境变量
读入.env并且加载到系统环境变量中
.. literalinclude:: ..\..\..\example\python读取env文件.py
:language: python
:caption: 代码示例
:linenos:
:lines: 1-40
"""

import io
import os
Expand Down

0 comments on commit 15fdacf

Please sign in to comment.