Newbetuts
.
New posts in namedtuple
How to cast tuple into namedtuple?
python
python-3.x
namedtuple
Can't set attribute for subclasses of namedtuple
python
class
python-3.x
namedtuple
How to check if an object is an instance of a namedtuple?
python
introspection
namedtuple
isinstance
Lightweight classes with specified fields in Python
python
class
namedtuple
Why does Python not support record type? (i.e. mutable namedtuple)
python
collections
namedtuple
namedtuple._replace() doesn't work as described in the documentation
python
namedtuple
What does *tuple and **dict mean in Python? [duplicate]
python
python-3.x
tuples
namedtuple
iterable-unpacking
How to pickle a namedtuple instance correctly
python
python-2.7
pickle
namedtuple
Pythonic way to sorting list of namedtuples by field name
python
sorting
namedtuple
field-names
Pythonic way to convert a dictionary into namedtuple or another hashable dict-like?
python
dictionary
namedtuple
How to access a field of a namedtuple using a variable for the field name?
python
namedtuple
Adding docstrings to namedtuples?
python
docstring
namedtuple
Serializing a Python namedtuple to json
python
json
namedtuple
Data Classes vs typing.NamedTuple primary use cases
python
namedtuple
pep
python-3.7
python-dataclasses
Existence of mutable named tuple in Python?
python
mutable
namedtuple
How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__?
python
python-decorators
namedtuple
python-dataclasses
python-attrs
Type hints in namedtuple
python
type-hinting
python-typing
namedtuple
python-dataclasses
Convert a namedtuple into a dictionary
python
dictionary
tuples
namedtuple
NamedTuple with default values
python
namedtuple
Named tuple and default values for optional keyword arguments
python
default-value
namedtuple
optional-arguments
Prev
Next