python/link,stdlib

This commit is contained in:
Marc Beninca 2024-03-08 23:59:39 +01:00
parent e488cf47cb
commit e665c81a2d
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 17 additions and 2 deletions

View file

@ -9,8 +9,16 @@ Hello world
if __name__ == "__main__": if __name__ == "__main__":
print("Hello, world!") print("Hello, world!")
Directories Files
----------- -----
Links
^^^^^
.. code-block:: python3
os.symlink('target', 'tmp_path')
os.replace('tmp_path', 'path')
Remove Remove
^^^^^^ ^^^^^^

View file

@ -18,3 +18,10 @@ first/module.py → second/module.py
---------------------------------- ----------------------------------
* first * first
Modules
=======
.. code-block:: python3
'name' in sys.stdlib_module_names