@ -410,11 +410,11 @@ to_exclusive = <range>.stop
< pre > < code class = "text language-text" > +--------------------+----------+----------+----------+----------+----------+
< pre > < code class = "text language-text" > +--------------------+----------+----------+----------+----------+----------+
| | Integral | Rational | Real | Complex | Number |
| | Integral | Rational | Real | Complex | Number |
+--------------------+----------+----------+----------+----------+----------+
+--------------------+----------+----------+----------+----------+----------+
| int | Yes | Yes | Yes | Yes | Y es |
| fractions.Fraction | | Yes | Yes | Yes | Y es |
| float | | | Yes | Yes | Y es |
| complex | | | | Yes | Y es |
| decimal.Decimal | | | | | Y es |
| int | yes | yes | yes | yes | y es |
| fractions.Fraction | | yes | yes | yes | y es |
| float | | | yes | yes | y es |
| complex | | | | yes | y es |
| decimal.Decimal | | | | | y es |
+--------------------+----------+----------+----------+----------+----------+
+--------------------+----------+----------+----------+----------+----------+
< / code > < / pre >
< / code > < / pre >
< div > < h2 id = "string" > < a href = "#string" name = "string" > #< / a > String< / h2 > < pre > < code class = "python language-python hljs" > < str> = < str> .strip() < span class = "hljs-comment" > # Strips all whitespace characters from both ends.< / span >
< div > < h2 id = "string" > < a href = "#string" name = "string" > #< / a > String< / h2 > < pre > < code class = "python language-python hljs" > < str> = < str> .strip() < span class = "hljs-comment" > # Strips all whitespace characters from both ends.< / span >
@ -445,11 +445,11 @@ to_exclusive = <range>.stop
< div > < h3 id = "propertymethods" > Property Methods< / h3 > < pre > < code class = "text language-text" > +---------------+----------+----------+----------+----------+----------+
< div > < h3 id = "propertymethods" > Property Methods< / h3 > < pre > < code class = "text language-text" > +---------------+----------+----------+----------+----------+----------+
| | [ !#$%…] | [a-zA-Z] | [¼½¾] | [²³¹] | [0-9] |
| | [ !#$%…] | [a-zA-Z] | [¼½¾] | [²³¹] | [0-9] |
+---------------+----------+----------+----------+----------+----------+
+---------------+----------+----------+----------+----------+----------+
| isprintable() | Yes | Yes | Yes | Yes | Y es |
| isalnum() | | Yes | Yes | Yes | Y es |
| isnumeric() | | | Yes | Yes | Y es |
| isdigit() | | | | Yes | Y es |
| isdecimal() | | | | | Y es |
| isprintable() | yes | yes | yes | yes | y es |
| isalnum() | | yes | yes | yes | y es |
| isnumeric() | | | yes | yes | y es |
| isdigit() | | | | yes | y es |
| isdecimal() | | | | | y es |
+---------------+----------+----------+----------+----------+----------+
+---------------+----------+----------+----------+----------+----------+
< / code > < / pre > < / div >
< / code > < / pre > < / div >