Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5e86fc

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent9c818c3 commita5e86fc

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

‎_data/whats_left.temp

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ _datetime (entire module)
2323
_dbm (entire module)
2424
_decimal (entire module)
2525
_elementtree (entire module)
26-
ensurepip (entire module)
2726
fileinput (entire module)
2827
_gdbm (entire module)
2928
grp (entire module)
@@ -129,7 +128,6 @@ set.__getattribute__ (inherited)
129128
set_iterator.__doc__ (inherited)
130129
set_iterator.__getattribute__ (inherited)
131130
slice.__getattribute__ (inherited)
132-
staticmethod.__func__
133131
staticmethod.__init__ (inherited)
134132
str.__getattribute__ (inherited)
135133
str_iterator.__doc__ (inherited)
@@ -167,6 +165,7 @@ _codecs.utf_32_le_decode
167165
_codecs.utf_32_le_encode
168166
_collections._count_elements
169167
_collections._tuplegetter
168+
collections.__getattr__
170169
compileall._compile_file_tuple
171170
_contextvars.__file__
172171
copyreg.__cached__
@@ -224,7 +223,7 @@ dis.opmap
224223
dis.opname
225224
dis.pretty_flags
226225
dis.show_code
227-
doctest._newline_convert
226+
ensurepip._ensurepip_is_disabled_in_debian_for_system
228227
faulthandler._fatal_error
229228
faulthandler._fatal_error_c_thread
230229
faulthandler._read_null
@@ -457,11 +456,6 @@ os.spawnvpe
457456
os.statvfs_result
458457
os.supports_effective_ids
459458
os.sysconf_names
460-
_osx_support._SYSTEM_VERSION_TUPLE
461-
_osx_support._cache_default_sysroot
462-
_osx_support._default_sysroot
463-
_osx_support._get_system_version_tuple
464-
_osx_support._supports_arm64_builds
465459
pathlib.ELOOP
466460
pickle.PickleBuffer
467461
platform._ironpython26_sys_version_parser
@@ -633,7 +627,6 @@ select.POLLWRBAND
633627
select.POLLWRNORM
634628
select.epoll
635629
selectors.EpollSelector
636-
selectors._PollLikeSelector
637630
shutil._WIN_DEFAULT_PATHEXT
638631
shutil._is_immutable
639632
shutil._ntuple_diskusage
@@ -1126,7 +1119,9 @@ builtins.property ValueError('no signature found') != (fget=None, fset=None, fde
11261119
builtins.reversed None != (sequence, /)
11271120
builtins.tuple ValueError('no signature found') != (iterable=(), /)
11281121
abc.ABCMeta (name, bases, namespace, /, **kwargs) != (name, bases, namespace, **kwargs)
1122+
abc.abstractclassmethod ValueError('callable <getset_descriptor object at 0x5652af21a720> is not supported by signature') != (callable)
11291123
abc.abstractproperty ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
1124+
abc.abstractstaticmethod ValueError('callable <getset_descriptor object at 0x5652af219720> is not supported by signature') != (callable)
11301125
argparse.ArgumentParser (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True, exit_on_error=True) != (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True)
11311126
ast._ABC (*args) != ValueError("callable <class 'ast._ABC'> is not supported by signature")
11321127
ast.dump (node, annotate_fields=True, include_attributes=False, *, indent=None) != (node, annotate_fields=True, include_attributes=False)
@@ -1139,8 +1134,6 @@ calendar.prmonth None != (theyear, themonth, w=0, l=0)
11391134
calendar.prweek None != (theweek, width)
11401135
calendar.week None != (theweek, width)
11411136
calendar.weekheader None != (width)
1142-
collections.Counter (*args, **kwds) != (iterable=None, /, **kwds)
1143-
collections.UserDict (*args, **kwargs) != (dict=None, /, **kwargs)
11441137
compileall.compile_dir (dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1) != (dir, maxlevels=10, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, workers=1, invalidation_mode=None)
11451138
compileall.compile_file (fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1) != (fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1, invalidation_mode=None)
11461139
compileall.compile_path (skip_curdir=1, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) != (skip_curdir=1, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1, invalidation_mode=None)
@@ -1187,7 +1180,6 @@ os._Environ (data, encodekey, decodekey, encodevalue, decodevalue) != (data, enc
11871180
os.fdopen (fd, mode='r', buffering=-1, encoding=None, *args, **kwargs) != (fd, *args, **kwargs)
11881181
os.stat_result ValueError('no signature found') != (iterable=(), /)
11891182
os.terminal_size ValueError('no signature found') != (iterable=(), /)
1190-
_osx_support._read_output (commandstring) != (commandstring, capture_stderr=False)
11911183
pathlib._PreciseSelector (name, child_parts) != (name, child_parts, flavour)
11921184
pathlib._RecursiveWildcardSelector (pat, child_parts) != (pat, child_parts, flavour)
11931185
pathlib._Selector (child_parts) != (child_parts, flavour)
@@ -1278,7 +1270,7 @@ webbrowser._synthesize (browser, update_tryorder=1) != (browser, *, preferred=Fa
12781270
webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, klass, instance=None, *, preferred=False)
12791271

12801272
# out of 271 modules:
1281-
# not_implemented73
1273+
# not_implemented72
12821274
# failed_to_import 0
12831275
# missing_items 72
1284-
# mismatched_items49
1276+
# mismatched_items48

‎_data/whats_left_lastrun.temp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ slice.__getattribute__ (inherited)
132132
staticmethod.__func__
133133
staticmethod.__init__ (inherited)
134134
str.__getattribute__ (inherited)
135-
str.__getnewargs__
136135
str_iterator.__doc__ (inherited)
137136
str_iterator.__getattribute__ (inherited)
138137
super.__init__ (inherited)
@@ -1243,8 +1242,12 @@ tarfile.open None != (name=None, mode='r', fileobj=None, bufsize=10240, **kwargs
12431242
_thread.LockType ValueError('no signature found') != ()
12441243
time.struct_time ValueError('no signature found') != (iterable=(), /)
12451244
traceback.StackSummary ValueError('no signature found') != (iterable=(), /)
1245+
traceback.TracebackException (exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False, compact=False, _seen=None) != (exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False, _seen=None)
1246+
traceback.format_exception (exc, /, value=<implicit>, tb=<implicit>, limit=None, chain=True) != (etype, value, tb, limit=None, chain=True)
1247+
traceback.format_exception_only (exc, /, value=<implicit>) != (etype, value)
1248+
traceback.print_exception (exc, /, value=<implicit>, tb=<implicit>, limit=None, file=None, chain=True) != (etype, value, tb, limit=None, file=None, chain=True)
12461249
typing.BinaryIO () != (*args, **kwds)
1247-
typing.ForwardRef (arg, is_argument=True, module=None) != (arg, is_argument=True)
1250+
typing.ForwardRef (arg, is_argument=True, module=None, *, is_class=False) != (arg, is_argument=True)
12481251
typing.Generic () != (*args, **kwds)
12491252
typing.IO () != (*args, **kwds)
12501253
typing.Protocol () != (*args, **kwds)
@@ -1265,7 +1268,7 @@ typing._collect_type_vars (types_, typevar_types=None) != (types)
12651268
typing._eval_type (t, globalns, localns, recursive_guard=frozenset()) != (t, globalns, localns)
12661269
typing._make_nmtuple (name, types, module, defaults=()) != (name, types)
12671270
typing._tp_cache (func=None, /, *, typed=False) != (func)
1268-
typing._type_check (arg, msg, is_argument=True, module=None) != (arg, msg, is_argument=True)
1271+
typing._type_check (arg, msg, is_argument=True, module=None, *, allow_special_forms=False) != (arg, msg, is_argument=True)
12691272
typing.get_type_hints (obj, globalns=None, localns=None, include_extras=False) != (obj, globalns=None, localns=None)
12701273
uuid.getnode () != (*, getters=None)
12711274
venv.EnvBuilder (system_site_packages=False, clear=False, symlinks=False, upgrade=False, with_pip=False, prompt=None, upgrade_deps=False) != (system_site_packages=False, clear=False, symlinks=False, upgrade=False, with_pip=False, prompt=None)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp