Home
last modified time | relevance | path

Searched refs:GetSetDescriptorType (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/functorch/dim/
Dwrap_type.py10 GetSetDescriptorType,
26 PROPERTY_TYPES = (GetSetDescriptorType, property)
/external/python/cpython3/Lib/
Dtypes.py60 GetSetDescriptorType = type(FunctionType.__code__) variable
Dinspect.py226 if isinstance(ann, types.GetSetDescriptorType):
376 return isinstance(object, types.GetSetDescriptorType)
1796 if not (type(class_dict) is types.GetSetDescriptorType and
Dtyping.py2441 if isinstance(ann, types.GetSetDescriptorType):
/external/pytorch/torch/utils/viz/
D_cycles.py187 types.GetSetDescriptorType: add_getset_descriptor_references,
/external/python/cpython3/Doc/library/
Dtypes.rst332 .. data:: GetSetDescriptorType
355 ``GetSetDescriptorType``.
/external/pytorch/torch/_dynamo/variables/
Dtensor.py427 if type(static_attr) != types.GetSetDescriptorType:
Dbuilder.py1047 elif isinstance(value, types.GetSetDescriptorType):