Searched defs:info_add (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 48 def copy_attributes(info_add, obj, name_fmt, attributes, *, formatter=None): argument 59 def copy_attr(info_add, name, mod, attr_name): argument 67 def call_func(info_add, name, mod, func_name, *, formatter=None): argument 78 def collect_sys(info_add): argument 150 def collect_platform(info_add): argument 190 def collect_locale(info_add): argument 196 def collect_builtins(info_add): argument 201 def collect_urandom(info_add): argument 220 def collect_os(info_add): argument 363 def collect_pwd(info_add): argument [all …]
|