Changeset 33 for branches/mk/tests/data/module1.py
- Timestamp:
- 05/31/06 17:32:14 (6 years ago)
- Files:
-
- branches/mk/tests/data/module1.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/data/module1.py
r32 r33 36 36 pass 37 37 38 def method5(self): 39 """Method with few definitions. 40 41 :Word: And its definition. 42 """ 43 pass 44 38 45 class Class2: 39 46 … … 71 78 """ 72 79 pass 80 81 def func7(): 82 "Time to get *a bit* of reST." 83 pass
