Skip to content

Commit 592743b

Browse files
committed
Document it's experimental
1 parent 2e0264c commit 592743b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/attr/_funcs.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,11 @@ def has(cls):
381381

382382
def inspect(cls):
383383
"""
384-
Inspect the class and return it's effective build parameters.
384+
Inspect the class and return its effective build parameters.
385+
386+
Warning:
387+
388+
This feature is currently **experimental** and is not covered by our strict backwards-compatibility guarantees.
385389
386390
Args:
387391
cls: The class to inspect.

0 commit comments

Comments
 (0)