Searched refs:access_method (Results 1 – 3 of 3) sorted by relevance
304 def __init__(self, access_method, access_location): argument305 if not isinstance(access_method, ObjectIdentifier):311 self._access_method = access_method325 self.access_method == other.access_method and333 return hash((self.access_method, self.access_location))335 access_method = utils.read_only_property("_access_method") variable in AccessDescription
353 backend, access_description.access_method.dotted_string
2107 .. class:: AccessDescription(access_method, access_location)2111 .. attribute:: access_method