mirror of
https://github.com/python/cpython.git
synced 2025-10-27 08:46:53 +00:00
Implement InspectLoader for BuiltinImporter.
This commit is contained in:
parent
7aa21f75c1
commit
a113ac58be
7 changed files with 91 additions and 32 deletions
|
|
@ -1,9 +1,7 @@
|
|||
to do
|
||||
/////
|
||||
|
||||
* Fill in docstrings for ABCs.
|
||||
|
||||
* Implement InspectLoader for BuiltinImporter and FrozenImporter.
|
||||
* Implement InspectLoader for FrozenImporter.
|
||||
|
||||
+ Expose function to see if a frozen module is a package.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue