8000 Update inheritance.md · dragoncoder047/pickle@f3d37ad · GitHub
[go: up one dir, main page]

Skip to content

Commit f3d37ad

Browse files
Update inheritance.md
1 parent 56997fe commit f3d37ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dev_notes/inheritance.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Basic ABC's
22

3-
* Nothing
3+
* Singleton
4+
* Nothing
5+
* Undefined
46
* Done (EOF signal)
57
* Callable
68
* Function/Closure
79
* Continuation
10+
* BoundMethod
811
* Iterable (`for ... in ...` loops)
912
* List
1013
* String
@@ -32,6 +35,8 @@
3235
* Repeat
3336
* Alternate
3437
* Match
38+
* Lookahead/Lookbehind
39+
* etc.
3540
* Error < Continuation
3641
* MathError
3742
* DivideByZeroError

0 commit comments

Comments
 (0)
0