Lines Matching refs:Descriptor
2467 descriptor from classmethod
3017 # Testing descriptor doc strings...
3020 check(file.closed, "True if the file is closed") # getset descriptor
3021 check(file.name, "file name") # member descriptor
3024 # Testing __doc__ descriptor...
4215 # Now get the descriptor
4218 # More baseline using the descriptor directly
4551 class Descriptor(object):
4559 descr = Descriptor()
4609 # call a method descriptor
4613 # call a slot wrapper descriptor