Home
last modified time | relevance | path

Searched refs:_name (Results 1 – 1 of 1) sorted by relevance

/kernel/tests/net/test/
Dcstruct.py110 _name = name variable in Struct.CStruct
182 "%s: cannot specify both a tuple and keyword args" % self._name)
194 (self._name, self._length, len(tuple_or_bytes)))
200 (self._name, len(self._fieldnames),
209 (self._name, attr))
233 self._name == other._name and
261 return "%s(%s)" % (self._name, ", ".join(descriptions))