Sujet : Re: New VSI post on Youtube
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 27. Aug 2024, 22:42:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <valh88$34s18$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Pan/0.160 (Toresk; )
On Tue, 27 Aug 2024 14:30:00 -0400, Arne Vajhøj wrote:
class A(object):
Note that, in Python 3, all classes implicitly inherit from “object”
anyway.