SF.net SVN: fclient: [395] trunk/sandbox/fcp2/fcp_lib/node.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-04-09 21:46:10
|
Revision: 395
http://fclient.svn.sourceforge.net/fclient/?rev=395&view=rev
Author: jUrner
Date: 2008-04-09 14:45:55 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
fixed docs
Modified Paths:
--------------
trunk/sandbox/fcp2/fcp_lib/node.py
Modified: trunk/sandbox/fcp2/fcp_lib/node.py
===================================================================
--- trunk/sandbox/fcp2/fcp_lib/node.py 2008-04-09 21:45:27 UTC (rev 394)
+++ trunk/sandbox/fcp2/fcp_lib/node.py 2008-04-09 21:45:55 UTC (rev 395)
@@ -93,14 +93,14 @@
def getDefaultValue(self, node):
"""Returns the default value of a node when a new node is about to be created
- @paran node: the new node to query the default value for
+ @param node: the new node to query the default value for
@note: the default implementation returns None. Overwrite to customize
"""
return None
def select(self, path):
"""Selects node according to a path pattern
- @patram path: (str) path pattern
+ @param path: (str) path pattern
@return: (list) of matching nodes
@note: the pattern supported is pretty simplistic. It may contain wildcards
to select any node 'key.*.other' or a double wildcard to recursively select all
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|