Python stdlib module — typing. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.TypedDict()NeutralTypedDict(typename, fields, total, kwargs)
A simple typed namespace. At runtime it is equivalent to a plain dict.
.assert_never()Neutralassert_never(arg)
Statically assert that a line of code is unreachable.
.assert_type()Neutralassert_type(val, typ)
Ask a static type checker to confirm that the value is of the given type.
.dataclass_transform()Neutraldataclass_transform(eq_default, order_default, kw_only_default, field_specifiers, kwargs)
Decorator to mark an object as providing dataclass-like behaviour.
| FQN | Field | |
|---|---|---|
| typing | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import typing