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 2e0264c commit 592743bCopy full SHA for 592743b
1 file changed
src/attr/_funcs.py
@@ -381,7 +381,11 @@ def has(cls):
381
382
def inspect(cls):
383
"""
384
- Inspect the class and return it's effective build parameters.
+ 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.
389
390
Args:
391
cls: The class to inspect.
0 commit comments