mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +08:00
[PyYAML] stubtest: Ignore auto-generated methods (#12497)
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user