mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 02:04:39 +08:00
0ee7c3c38b
Per the docs, globals/locals is an optional argument. Additionally, globals/locals can be any mapping type, not only a dict. Likewise, fromlist can be any sequence (the docs mention a tuple, not a list). The function returns a ModuleType, not Any.