Revision: 2506
Author: janne.t.harkonen
Date: Tue Feb 23 00:37:55 2010
Log: Some doc
http://code.google.com/p/robotframework/source/detail?r=2506
Modified:
/trunk/src/robot/libraries/BuiltIn.py
=======================================
--- /trunk/src/robot/libraries/BuiltIn.py Tue Feb 23 00:35:37 2010
+++ /trunk/src/robot/libraries/BuiltIn.py Tue Feb 23 00:37:55 2010
@@ -517,6 +517,7 @@
class _Variables:
def get_variables(self):
+ """Returns a dictionary containing all variables in the current
scope."""
return NAMESPACES.current.variables
def log_variables(self, level='INFO'):