This commit is contained in:
behinger (s-ccs 001)
2023-09-28 12:51:54 +00:00
parent 8b078ed291
commit 0a035acc05
5 changed files with 485 additions and 54 deletions

View File

@@ -11,7 +11,7 @@
| What is ...? | `typeof(obj)` | `type(obj)` | `class(obj)` |
| Is it really a ...? | `isa(obj, SomeType)` | `isinstance(obj, SomeType)` | `is(obj, SomeType)` |
## debugging
## debugging {#debugging}
| | |
|------------------------------------|------------------------------------|