Python stdlib module — abc. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.update_abstractmethods()Neutralupdate_abstractmethods(cls)
Recalculate the set of abstract methods of an abstract class.
.abstractclassmethod()Neutralabstractclassmethod(...)
A decorator indicating abstract classmethods.
.abstractproperty()Neutralabstractproperty(...)
A decorator indicating abstract properties.
.abstractstaticmethod()Neutralabstractstaticmethod(...)
A decorator indicating abstract staticmethods.
| FQN | Field | |
|---|---|---|
| abc | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import abc