Last change
on this file since 10009 was
4789,
checked in by uli, 15 years ago
|
Merge changes from ulif-layout back into trunk (finally).
|
-
Property svn:eol-style set to
native
|
File size:
266 bytes
|
Line | |
---|
1 | waeup_ng.student |
---|
2 | **************** |
---|
3 | |
---|
4 | :Test-Layer: nounit |
---|
5 | |
---|
6 | We can create students:: |
---|
7 | |
---|
8 | >>> from waeup_ng.student import Student |
---|
9 | >>> s = Student(name='Foo Bar') |
---|
10 | >>> s |
---|
11 | <waeup_ng.student.Student object at 0x...> |
---|
12 | |
---|
13 | Students have a name:: |
---|
14 | |
---|
15 | >>> s.name |
---|
16 | 'Mr. Nobody' |
---|
17 | |
---|
Note: See
TracBrowser for help on using the repository browser.