Home | History | Annotate | Download | only in test

Lines Matching defs:Descriptor

2533         # Ensure that super() lookup of descriptor from classmethod
3084 # Testing descriptor doc strings...
3088 check(FileIO.closed, "True if the file is closed") # getset descriptor
3089 check(complex.real, "the real part of a complex number") # member descriptor
3092 # Testing __doc__ descriptor...
4091 # Now get the descriptor
4094 # More baseline using the descriptor directly
4413 class Descriptor(object):
4421 descr = Descriptor()
4471 # call a method descriptor
4475 # call a slot wrapper descriptor
4521 # make sure we have an example of each type of descriptor