Changeset 30:68535ae85c8d for wokkel/iwokkel.py
- Timestamp:
- Aug 4, 2008, 3:44:57 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/iwokkel.py
r27 r30 107 107 """ 108 108 109 def getDiscoInfo(requestor, target, nodeIdentifier= None):109 def getDiscoInfo(requestor, target, nodeIdentifier=''): 110 110 """ 111 111 Get identity and features from this entity, node. … … 117 117 @param nodeIdentifier: The optional identifier of the node at this 118 118 entity to retrieve the identify and features of. 119 The default is C{ None}, meaning the root node.120 @type nodeIdentifier: C{unicode} 121 """ 122 123 def getDiscoItems(requestor, target, nodeIdentifier= None):119 The default is C{''}, meaning the root node. 120 @type nodeIdentifier: C{unicode} 121 """ 122 123 def getDiscoItems(requestor, target, nodeIdentifier=''): 124 124 """ 125 125 Get contained items for this entity, node. … … 131 131 @param nodeIdentifier: The optional identifier of the node at this 132 132 entity to retrieve the identify and features of. 133 The default is C{ None}, meaning the root node.133 The default is C{''}, meaning the root node. 134 134 @type nodeIdentifier: C{unicode} 135 135 """
Note: See TracChangeset
for help on using the changeset viewer.