specify raw dset in py module

This commit is contained in:
Michael Davidsaver
2013-05-25 13:56:04 -04:00
parent 488cbced7d
commit 2df81d776b
6 changed files with 50 additions and 28 deletions

View File

@@ -1,7 +1,10 @@
from zope.interface import Interface
from zope.interface import Interface, Attribute
class DeviceSupport(Interface):
raw = Attribute('True if this support modifies VAL instead of RVAL')
def detach(record):
"""Disconnect from the record.