This commit is contained in:
Michael Davidsaver
2013-04-14 11:06:44 -04:00
parent 4f00b841cc
commit 4d2c3c4fd3
3 changed files with 12 additions and 3 deletions

View File

@@ -34,8 +34,10 @@ class _Record(object):
:rtype: bool
"""
def info(self, key):
"""info(key)
info(key, default)
"""info(key [,default])
:rtype: str
:throws: KeyError
Lookup record info tag. If no default
is provided then an exception is raised