Changeset 48:190498075c7f for wokkel/data_form.py
- Timestamp:
- Jan 12, 2009, 6:21:13 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/data_form.py
r29 r48 69 69 Return the DOM representation of this option. 70 70 71 @rtype L{domish.Element}.71 @rtype: L{domish.Element}. 72 72 """ 73 73 option = domish.Element((NS_X_DATA, 'option')) … … 233 233 Return the DOM representation of this Field. 234 234 235 @rtype L{domish.Element}.235 @rtype: L{domish.Element}. 236 236 """ 237 237
Note: See TracChangeset
for help on using the changeset viewer.