Record.rtype

This commit is contained in:
Michael Davidsaver
2013-03-30 20:28:01 -04:00
parent 6b7ba0d062
commit 61057e7c81
2 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ class Record(object):
def name(self):
"""Record name
"""
def rtype(self):
"""Record type
"""
def isPyRecord(self):
"""Is this record using Python Device.
"""