We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f9d55 commit eeb8015Copy full SHA for eeb8015
Doc/library/functions.rst
@@ -1636,17 +1636,13 @@ are always available. They are listed here in alphabetical order.
1636
1637
.. code-block:: python
1638
from time import sleep
1639
- # Whether the default end is a newline ('\\n') or any other character,
1640
- # Python performs a single write operation for the entire string.
1641
- # Therefore, newlines inside the string do not cause mid-string flushing.
1642
print("Hello\nWorld")
1643
sleep(3)
1644
print("Hi there!")
1645
1646
.. versionchanged:: 3.3
1647
Added the *flush* keyword argument.
1648
1649
-
1650
.. class:: property(fget=None, fset=None, fdel=None, doc=None)
1651
1652
Return a property attribute.
0 commit comments