Home
last modified time | relevance | path

Searched refs:AttributeConverter (Results 1 – 4 of 4) sorted by relevance

/dports/comms/py-fritzconnection/fritzconnection-1.7.2/fritzconnection/lib/
H A Dfritzcall.py133 class AttributeConverter: class
165 id = AttributeConverter('Id', int)
166 type = AttributeConverter('Type', int)
167 date = AttributeConverter('Date', datetime_converter)
168 duration = AttributeConverter('Duration', timedelta_converter)
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dattribute_converter.py73 atco = AttributeConverter(item["identifier"])
85 atco = AttributeConverter(item["identifier"])
114 acs = [AttributeConverter()]
215 class AttributeConverter(object):
488 class AttributeConverterNOOP(AttributeConverter):
492 AttributeConverter.__init__(self, name_format)
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dattribute_converter.py85 atco = AttributeConverter(item["identifier"])
129 acs = [AttributeConverter()]
230 class AttributeConverter(object): class
506 class AttributeConverterNOOP(AttributeConverter):
510 AttributeConverter.__init__(self, name_format)
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dattribute_converter.py85 atco = AttributeConverter(item["identifier"])
129 acs = [AttributeConverter()]
230 class AttributeConverter(object): class
503 class AttributeConverterNOOP(AttributeConverter):
507 AttributeConverter.__init__(self, name_format)