Description
Static type checkers can understand lxml APIs through dedicated stub files. Python developers use these stubs for editor completion, mypy checks, and safer XML or HTML tooling. Stubs improve analysis but do not change runtime parser behavior.