[PyYAML] stubtest: Ignore auto-generated methods (#12497)

This commit is contained in:
Sebastian Rittau
2024-08-07 11:28:37 +02:00
committed by GitHub
parent 8a7f09e351
commit 92cc568325

View File

@@ -6,3 +6,6 @@ yaml._yaml.__test__
# similar functions, it's safer to treat them as keyword-only arguments.
yaml.dump_all
yaml.serialize_all
# Auto-generated methods by Cython
.*_cython__