comparison docs/introduction.rst @ 698:3a9d661d33b5

Implement SYS:executable
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 14 Jun 2023 09:13:07 +0200
parents 57fe110c50c8
children e692216f8756
comparison
equal deleted inserted replaced
697:57fe110c50c8 698:3a9d661d33b5
373 :py:func:`platform.node` returns) 373 :py:func:`platform.node` returns)
374 374
375 4. The namespace ``SYS`` 375 4. The namespace ``SYS``
376 376
377 Available functions: 377 Available functions:
378
379 ``executable``
380 Contains the content of the current running Python's
381 :py:data:`sys.executable`.
378 382
379 ``prefix`` 383 ``prefix``
380 Contains the content of the current running Python's 384 Contains the content of the current running Python's
381 :py:data:`sys.prefix`. 385 :py:data:`sys.prefix`.
382 386