Skip to content

Commit 7acfc68

Browse files
committed
Type
1 parent 23fc0e9 commit 7acfc68

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ True
289289
| fractions.Fraction | | yes | yes | yes | yes |
290290
| float | | | yes | yes | yes |
291291
| complex | | | | yes | yes |
292+
| decimal.Decimal | | | | | yes |
292293
+--------------------+----------+----------+------+---------+--------+
293294
```
294295

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
| fractions.Fraction | | yes | yes | yes | yes |
412412
| float | | | yes | yes | yes |
413413
| complex | | | | yes | yes |
414+
| decimal.Decimal | | | | | yes |
414415
+--------------------+----------+----------+------+---------+--------+
415416
</code></pre>
416417
<div><h2 id="string"><a href="#string" name="string">#</a>String</h2><pre><code class="python language-python hljs">&lt;str&gt; = &lt;str&gt;.strip() <span class="hljs-comment"># Strips all whitespace characters from both ends.</span>

web/script_2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const DIAGRAM_4_B =
5959
'┃ fractions.Fraction │ │ ✓ │ ✓ │ ✓ │ ✓ ┃\n' +
6060
'┃ float │ │ │ ✓ │ ✓ │ ✓ ┃\n' +
6161
'┃ complex │ │ │ │ ✓ │ ✓ ┃\n' +
62+
'┃ decimal.Decimal │ │ │ │ │ ✓ ┃\n' +
6263
'┗━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━┷━━━━━━━━━┷━━━━━━━━┛\n';
6364

6465
const DIAGRAM_5_A =

0 commit comments

Comments
 (0)