We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb310ff commit 983267dCopy full SHA for 983267d
1 file changed
src/cattrs/cols.py
@@ -24,8 +24,8 @@
24
is_bare,
25
is_frozenset,
26
is_mapping,
27
- is_sequence,
28
is_mutable_sequence,
+ is_sequence,
29
is_subclass,
30
)
31
from ._compat import is_mutable_set as is_set
@@ -48,17 +48,17 @@
48
49
__all__ = [
50
"defaultdict_structure_factory",
51
+ "homogenous_tuple_structure_factory",
52
"is_any_set",
53
"is_defaultdict",
54
"is_frozenset",
55
"is_mapping",
- "is_namedtuple",
56
"is_mutable_sequence",
57
+ "is_namedtuple",
58
"is_sequence",
59
"is_set",
60
"iterable_unstructure_factory",
61
"list_structure_factory",
- "homogenous_tuple_structure_factory",
62
"mapping_structure_factory",
63
"mapping_unstructure_factory",
64
"namedtuple_dict_structure_factory",
0 commit comments