[GRASS-SVN] r41761 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 8 15:57:31 EDT 2010
Author: neteler
Date: 2010-04-08 15:57:31 -0400 (Thu, 08 Apr 2010)
New Revision: 41761
Modified:
grass/branches/develbranch_6/lib/python/core.py
Log:
backport docs
Modified: grass/branches/develbranch_6/lib/python/core.py
===================================================================
--- grass/branches/develbranch_6/lib/python/core.py 2010-04-08 19:56:00 UTC (rev 41760)
+++ grass/branches/develbranch_6/lib/python/core.py 2010-04-08 19:57:31 UTC (rev 41761)
@@ -219,6 +219,11 @@
@code
parse_command(..., parse = (grass.parse_key_val, { 'sep' : ':' }))
@endcode
+
+ @param args
+ @param kwargs
+
+ @return parsed module output
"""
parse = None
if kwargs.has_key('parse'):
@@ -744,6 +749,8 @@
def try_rmdir(path):
"""!Attempt to remove a directory; no exception is generated if the
attempt fails.
+
+ @param path path
"""
try:
os.rmdir(path)
More information about the grass-commit
mailing list