comparison docs/introduction.rst @ 243:57ff12610dc5

Implemented OS:node to return the host's computername
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 May 2020 08:32:37 +0200
parents ab3d0326419c
children af371f9c016d
comparison
equal deleted inserted replaced
242:bfa4d125fd14 243:57ff12610dc5
256 Available functions: 256 Available functions:
257 257
258 ``cwd`` 258 ``cwd``
259 Contains the current working directory of the process 259 Contains the current working directory of the process
260 260
261 ``node``
262 Contains the current node's computername (or whatever
263 :py:func:`platform.node` returns)
264
261 3. The namespace ``ENV`` 265 3. The namespace ``ENV``
262 266
263 This namespace contains all the environment variables as they are 267 This namespace contains all the environment variables as they are
264 available from :py:data:`os.environ`. 268 available from :py:data:`os.environ`.
265 269