Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3089317

Browse files
Inheritance
1 parent 833cc7d commit 3089317

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

‎Inheritance/inheritance-1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# inheritance-1.py
42

53
# The code below shows how a class can inherit from another class.

‎Inheritance/inheritance-2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# inheritance-2.py
42

53
# The code below shows another example of inheritance

‎Inheritance/inheriting-init-constructor-1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# inheriting-init-constructor-1.py
42

53
# This is a normal inheritance example from which we build

‎Inheritance/multiple-inheritance-1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# multiple-inheritance-1.py
42

53
# Python supports multiple inheritance and uses a depth-first order

‎Inheritance/multiple-inheritance-2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# multiple-inheritance-2.py
42

53
# Python supports multiple inheritance

‎Inheritance/multiple-inheritance-3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
# multiple-inheritance-3.py
42

53
# Python supports multiple inheritance

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /