Top "Descriptor" questions

descriptor '__init__' of 'super' object needs argument

I'm trying my hand at making an Object-Oriented text-based game in Python, and attempting to implement my first properties and …

python descriptor python-decorators
How can I get the attribute name when working with descriptor protocol in Python?

The descriptor protocol works fine but I still have one issue I would like to resolve. I have a descriptor: …

python descriptor python-descriptors
Python descriptor vs property

Possible Duplicate: When and why might I assign an instance of a descriptor class to a class attribute in Python …

python properties descriptor
Training of SVM classifier using SIFT features

please i like to classify a set of image in 4 class with SIFT DESCRIPTOR and SVM. Now, using SIFT extractor …

svm sift descriptor
Descriptors as instance attributes in python

To the question: Why can't descriptors be instance attributes? it has been answered that: descriptor objects needs to live in …

python descriptor
What is the difference between "descriptor" and "signature"?

I am now using ASM (Java bytecode instrumentation library). To retrieve the signature of given method, there is a field …

java terminology signature descriptor
Eclipse Juno Loading descriptor error

I just updated my Eclipse from Galileo to Juno. I created a new workspace and imported a Java Spring MVC …

eclipse descriptor