Home
last modified time | relevance | path

Searched refs:add_attribute (Results 1 – 6 of 6) sorted by relevance

/external/python/bumble/bumble/
Dgatt_server.py196 def add_attribute(self, attribute): member in Server
208 self.add_attribute(service)
218 self.add_attribute(characteristic_declaration)
221 self.add_attribute(characteristic)
225 self.add_attribute(descriptor)
237 self.add_attribute(
/external/selinux/gui/
DloginsPage.py98 self.loginsSelinuxUserCombo.add_attribute(cell, 'text', 0)
/external/python/cryptography/src/cryptography/x509/
Dbase.py460 def add_attribute(self, oid, value): member in CertificateSigningRequestBuilder
/external/python/cryptography/tests/x509/
Dtest_x509.py3932 .add_attribute(
3935 .add_attribute(
3938 .add_attribute(x509.oid.NameOID.LOCALITY_NAME, locality)
3962 request.add_attribute(b"not an oid", b"val")
3965 request.add_attribute(
3970 request = x509.CertificateSigningRequestBuilder().add_attribute(
3974 request.add_attribute(
/external/python/cryptography/docs/x509/
Dreference.rst1168 >>> builder = builder.add_attribute(
1193 .. method:: add_attribute(oid, value)
/external/python/cryptography/
DCHANGELOG.rst155 :meth:`~cryptography.x509.CertificateSigningRequestBuilder.add_attribute`.