Lines Matching refs:Descriptor
2477 # Ensure that super() lookup of descriptor from classmethod
3034 # Testing descriptor doc strings...
3037 check(file.closed, "True if the file is closed") # getset descriptor
3038 check(file.name, "file name") # member descriptor
3041 # Testing __doc__ descriptor...
4268 # Now get the descriptor
4271 # More baseline using the descriptor directly
4604 class Descriptor(object):
4612 descr = Descriptor()
4662 # call a method descriptor
4666 # call a slot wrapper descriptor