Home
last modified time | relevance | path

Searched refs:PropertyBase (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_dynamicclassattribute.py9 class PropertyBase(Exception): class
12 class PropertyGet(PropertyBase):
15 class PropertySet(PropertyBase):
18 class PropertyDel(PropertyBase):
Dtest_property.py8 class PropertyBase(Exception): class
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):
/third_party/typescript_eslint/packages/types/src/
Dts-estree.ts689 interface PropertyBase extends BaseNode { interface
1171 export interface PropertyComputedName extends PropertyBase {
1176 export interface PropertyNonComputedName extends PropertyBase {