Home
last modified time | relevance | path

Searched defs:PropertyBase (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_property.py8 class PropertyBase(Exception): class
/external/python/cpython3/Lib/test/
Dtest_property.py8 class PropertyBase(Exception): class
Dtest_dynamicclassattribute.py9 class PropertyBase(Exception): class
/external/libchrome/dbus/
Dproperty.cc24 PropertyBase::PropertyBase() : property_set_(nullptr), is_valid_(false) {} in PropertyBase() function in dbus::PropertyBase