mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Regen stuff
This commit is contained in:
parent
db151a5192
commit
ea120fc6e9
17 changed files with 26 additions and 33 deletions
9
Python/clinic/sysmodule.c.h
generated
9
Python/clinic/sysmodule.c.h
generated
|
|
@ -2000,9 +2000,10 @@ PyDoc_STRVAR(sys_get_lazy_modules__doc__,
|
|||
"\n"
|
||||
"Gets the set of module names that have been lazily imported.\n"
|
||||
"\n"
|
||||
"Returns a set of fully-qualified module names that have been lazily imported\n"
|
||||
"at some point (primarily for diagnostics and introspection). Note that modules\n"
|
||||
"are removed from this set when they are reified (actually loaded).");
|
||||
"Returns a set of fully-qualified module names that have been lazily\n"
|
||||
"imported at some point (primarily for diagnostics and introspection).\n"
|
||||
"Note that modules are removed from this set when they are reified\n"
|
||||
"(actually loaded).");
|
||||
|
||||
#define SYS_GET_LAZY_MODULES_METHODDEF \
|
||||
{"get_lazy_modules", (PyCFunction)sys_get_lazy_modules, METH_NOARGS, sys_get_lazy_modules__doc__},
|
||||
|
|
@ -2143,4 +2144,4 @@ exit:
|
|||
#ifndef SYS_GETANDROIDAPILEVEL_METHODDEF
|
||||
#define SYS_GETANDROIDAPILEVEL_METHODDEF
|
||||
#endif /* !defined(SYS_GETANDROIDAPILEVEL_METHODDEF) */
|
||||
/*[clinic end generated code: output=cec3ca2ba0ad32cc input=a9049054013a1b77]*/
|
||||
/*[clinic end generated code: output=a64004ec17cceb34 input=a9049054013a1b77]*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue