Re: [Python-de] private Klassenmethoden
29 Jul
2006
29 Jul
'06
10:06 a.m.
Am Samstag 29 Juli 2006 16:49 schrieb Andreas Jung:
Du solltest Dir mal ein Python Tutorial durchlesen. Ich arbeite mich ja durch alle Möglichen Quellen im Netz durch - aber ich bin eben auch eine ungeduldige Natur ;-)
class Foo:
def __init__(self): self.dosomething()
def dosomething(self): print 'foo'
Danke - damit ist meine Frage doch beantwortet. Bye Timithy P.S: Andreas - sorry für die PMs _______________________________________________ python-de maillist - python-de@python.net http://python.net/mailman/listinfo/python-de
6678
Age (days ago)
6678
Last active (days ago)
0 comments
1 participants
participants (1)
-
Timothy Kesten