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

Commit6bde79e

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent85564fb commit6bde79e

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

‎_data/whats_left.temp

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ cProfile (entire module)
129129
contextvars (entire module)
130130
ctypes (entire module)
131131
curses (entire module)
132-
dataclasses (entire module)
133132
ensurepip (entire module)
134133
filecmp (entire module)
135134
fileinput (entire module)
@@ -565,10 +564,8 @@ binascii.Error
565564
binascii.Incomplete
566565
binascii.a2b_hqx
567566
binascii.a2b_qp
568-
binascii.a2b_uu
569567
binascii.b2a_hqx
570568
binascii.b2a_qp
571-
binascii.b2a_uu
572569
binascii.crc_hqx
573570
binascii.rlecode_hqx
574571
binascii.rledecode_hqx
@@ -761,7 +758,6 @@ posix.confstr
761758
posix.confstr_names
762759
posix.ctermid
763760
posix.device_encoding
764-
posix.fchdir
765761
posix.fchmod
766762
posix.fdatasync
767763
posix.fork
@@ -883,11 +879,7 @@ time.daylight
883879
time.get_clock_info
884880
time.monotonic_ns
885881
time.perf_counter_ns
886-
time.process_time
887-
time.process_time_ns
888882
time.pthread_getcpuclockid
889-
time.thread_time
890-
time.thread_time_ns
891883
time.timezone
892884
time.tzname
893885
time.tzset
@@ -1909,7 +1901,6 @@ calendar.prmonth None != (theyear, themonth, w=0, l=0)
19091901
calendar.prweek None != (theweek, width)
19101902
calendar.week None != (theweek, width)
19111903
calendar.weekheader None != (width)
1912-
codecs.open (filename, mode='r', encoding=None, errors='strict', buffering=1) != (filename, mode='r', encoding=None, errors='strict', buffering=-1)
19131904
collections.Counter (*args, **kwds) != (iterable=None, /, **kwds)
19141905
collections.OrderedDict (*args, **kwds) != ValueError('no signature found')
19151906
collections.UserDict (*args, **kwargs) != (dict=None, /, **kwargs)
@@ -1985,9 +1976,6 @@ symtable.Symbol ValueError('no signature found') != (name, flags, namespaces=Non
19851976
symtable.SymbolTable ValueError('no signature found') != (raw_table, filename)
19861977
symtable.symtable None != (code, filename, compile_type)
19871978
tarfile.open None != (name=None, mode='r', fileobj=None, bufsize=10240, **kwargs)
1988-
timeit.Timer (stmt='pass', setup='pass', timer=<built-in function time>, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, globals=None)
1989-
timeit.repeat (stmt='pass', setup='pass', timer=<built-in function time>, repeat=5, number=1000000, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, repeat=5, number=1000000, globals=None)
1990-
timeit.timeit (stmt='pass', setup='pass', timer=<built-in function time>, number=1000000, globals=None) != (stmt='pass', setup='pass', timer=<built-in function perf_counter>, number=1000000, globals=None)
19911979
traceback.StackSummary ValueError('no signature found') != (iterable=(), /)
19921980
uuid.UUID (hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None) != (hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None, *, is_safe=<SafeUUID.unknown: None>)
19931981
uuid.getnode () != (*, getters=None)
@@ -2000,7 +1988,7 @@ webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, kl
20001988
resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
20011989

20021990
out of 276 modules:
2003-
not_implemented90
1991+
not_implemented89
20041992
failed_to_import 5
20051993
missing_items 72
2006-
mismatched_items47
1994+
mismatched_items45

‎_data/whats_left_lastrun.temp

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ dict_items.__xor__
9292
dict_items.isdisjoint
9393
set_iterator.__doc__ inherited
9494
set_iterator.__getattribute__ inherited
95-
set_iterator.__reduce__ inherited
9695
list_iterator.__doc__ inherited
9796
list_iterator.__getattribute__ inherited
9897
range_iterator.__doc__ inherited
@@ -561,7 +560,6 @@ _warnings._onceregistry
561560
_warnings.filters
562561
_warnings.warn_explicit
563562
array.ArrayType
564-
array._array_reconstructor
565563
array.typecodes
566564
binascii.Error
567565
binascii.Incomplete
@@ -734,12 +732,7 @@ posix.RWF_DSYNC
734732
posix.RWF_HIPRI
735733
posix.RWF_NOWAIT
736734
posix.RWF_SYNC
737-
posix.SCHED_BATCH
738-
posix.SCHED_FIFO
739-
posix.SCHED_IDLE
740-
posix.SCHED_OTHER
741735
posix.SCHED_RESET_ON_FORK
742-
posix.SCHED_RR
743736
posix.ST_APPEND
744737
posix.ST_MANDLOCK
745738
posix.ST_NOATIME
@@ -795,8 +788,6 @@ posix.pwritev
795788
posix.readv
796789
posix.register_at_fork
797790
posix.removexattr
798-
posix.sched_get_priority_max
799-
posix.sched_get_priority_min
800791
posix.sched_getaffinity
801792
posix.sched_getparam
802793
posix.sched_getscheduler
@@ -805,7 +796,6 @@ posix.sched_rr_get_interval
805796
posix.sched_setaffinity
806797
posix.sched_setparam
807798
posix.sched_setscheduler
808-
posix.sched_yield
809799
posix.setpgrp
810800
posix.setxattr
811801
posix.statvfs
@@ -1129,12 +1119,7 @@ os.RWF_DSYNC
11291119
os.RWF_HIPRI
11301120
os.RWF_NOWAIT
11311121
os.RWF_SYNC
1132-
os.SCHED_BATCH
1133-
os.SCHED_FIFO
1134-
os.SCHED_IDLE
1135-
os.SCHED_OTHER
11361122
os.SCHED_RESET_ON_FORK
1137-
os.SCHED_RR
11381123
os.ST_APPEND
11391124
os.ST_MANDLOCK
11401125
os.ST_NOATIME
@@ -1670,8 +1655,6 @@ tty.VTDLY
16701655
tty.VWERASE
16711656
tty.XCASE
16721657
tty.XTABS
1673-
typing.SupportsAbs
1674-
typing.SupportsRound
16751658
uuid.SafeUUID
16761659
uuid._AIX
16771660
uuid._GETTERS
@@ -1945,10 +1928,7 @@ datetime.tzinfo () != ValueError('no signature found')
19451928
difflib.IS_LINE_JUNK (line, pat=<bound method Pattern.match of re.compile('\\s*(?:#\\s*)?$')>) != (line, pat=<built-in method match of re.Pattern object at 0xdeadbeef>)
19461929
dis.dis None != (x=None, *, file=None, depth=None)
19471930
dis.disassemble None != (co, lasti=-1, *, file=None)
1948-
doctest.DocFileTest (path, module_relative=True, package=None, globs=None, parser=<DocTestParser object at 0xdeadbeef>, encoding=None, **options) != (path, module_relative=True, package=None, globs=None, parser=<doctest.DocTestParser object at 0xdeadbeef>, encoding=None, **options)
1949-
doctest.DocTestFinder (verbose=False, parser=<DocTestParser object at 0xdeadbeef>, recurse=True, exclude_empty=True) != (verbose=False, parser=<doctest.DocTestParser object at 0xdeadbeef>, recurse=True, exclude_empty=True)
19501931
doctest._SpoofOut ValueError('no signature found') != (initial_value='', newline='\n')
1951-
doctest.testfile (filename, module_relative=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False, parser=<DocTestParser object at 0xdeadbeef>, encoding=None) != (filename, module_relative=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False, parser=<doctest.DocTestParser object at 0xdeadbeef>, encoding=None)
19521932
fnmatch._compile_pattern (pat) != None
19531933
functools._lru_cache_wrapper (user_function, maxsize, typed, _CacheInfo) != ValueError('no signature found')
19541934
functools.partial (func, /, *args, **keywords) != ValueError('no signature found')
@@ -2022,5 +2002,5 @@ resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
20222002
out of 276 modules:
20232003
not_implemented 90
20242004
failed_to_import 5
2025-
missing_items73
2005+
missing_items72
20262006
mismatched_items 47

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp