1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

doc string update

This commit is contained in:
Joel Bender 2018-05-24 23:29:19 -04:00
parent 6170b75fd4
commit 6d1c019aef
3 changed files with 6 additions and 9 deletions

View File

@ -166,9 +166,8 @@ class DeviceInfoCache:
device_info._cache_keys = (device_info.deviceIdentifier, device_info.address)
def acquire(self, key):
"""Return the known information about the device. If the key is the
address of an unknown device, build a generic device information record
add put it in the cache."""
"""Return the known information about the device and mark the record
as being used by a segmenation state machine."""
if _debug: DeviceInfoCache._debug("acquire %r", key)
if isinstance(key, int):

View File

@ -166,9 +166,8 @@ class DeviceInfoCache:
device_info._cache_keys = (device_info.deviceIdentifier, device_info.address)
def acquire(self, key):
"""Return the known information about the device. If the key is the
address of an unknown device, build a generic device information record
add put it in the cache."""
"""Return the known information about the device and mark the record
as being used by a segmenation state machine."""
if _debug: DeviceInfoCache._debug("acquire %r", key)
if isinstance(key, int):

View File

@ -166,9 +166,8 @@ class DeviceInfoCache:
device_info._cache_keys = (device_info.deviceIdentifier, device_info.address)
def acquire(self, key):
"""Return the known information about the device. If the key is the
address of an unknown device, build a generic device information record
add put it in the cache."""
"""Return the known information about the device and mark the record
as being used by a segmenation state machine."""
if _debug: DeviceInfoCache._debug("acquire %r", key)
if isinstance(key, int):