Top "Attributes" questions

The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.

Sum / Average an attribute of a list of objects

Lets say I have class C which has attribute a. What is the best way to get the sum of …

python list attributes sum
XSD Restriction on Attribute

I think I have searched a lot about this but still no go. Will appreciate any help. I am trying …

attributes xsd restriction
The inheritance of attributes using __init__

I'm Java person who just started learning Python. Take this example: class Person(): def __init__(self, name, phone): self.name = …

python inheritance attributes polymorphism
Why "decimal" is not a valid attribute parameter type?

It is really unbelievable but real. This code will not work: [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)] public class Range : Attribute { …

c# .net attributes
Select div (or other element) that class contains "grap" (o other specified word) for example

First of all; example of HTML code: <div class"grap1"> some conetent</div> <div class"…

jquery class attributes word contains
Python: 'super' object has no attribute 'attribute_name'

I am trying to access a variable from the base class. Here's the parent class: class Parent(object): def __init__(…

python attributes super
php domdocument get node value where attribute value is

Say my XML looks like this: <record> <row name="title">this item</row> <…

php attributes domdocument nodevalue
override on non-virtual functions

The C++11 FDIS it says If a virtual function is marked with the virt-specifier override and does not override a …

c++ attributes overriding virtual c++11
Is there a way to iterate through HttpServletRequest.getAttributeNames() more than once?

I'm trying to log the contents of the HttpServletRequest attributes collection. I need to do this when the servlet first …

java attributes enumeration servlets enumerator
Ldap filter for attribute that may not exist

I have a problem with adding filter for attribute, which exist not in all members of organization unit. I set …

attributes filter ldap