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

Commit08ed5cc

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent6bde79e commit08ed5cc

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

‎_data/whats_left.temp

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ _stat (entire module)
116116
_statistics (entire module)
117117
_symtable (entire module)
118118
_tracemalloc (entire module)
119-
cmath (entire module)
120119
grp (entire module)
121120
syslog (entire module)
122121
xxsubtype (entire module)
@@ -560,8 +559,6 @@ _warnings.filters
560559
_warnings.warn_explicit
561560
array.ArrayType
562561
array.typecodes
563-
binascii.Error
564-
binascii.Incomplete
565562
binascii.a2b_hqx
566563
binascii.a2b_qp
567564
binascii.b2a_hqx
@@ -573,6 +570,18 @@ builtins.False
573570
builtins.None
574571
builtins.True
575572
builtins.breakpoint
573+
cmath.acos
574+
cmath.acosh
575+
cmath.asin
576+
cmath.asinh
577+
cmath.atan
578+
cmath.atanh
579+
cmath.cosh
580+
cmath.log
581+
cmath.log10
582+
cmath.sinh
583+
cmath.tan
584+
cmath.tanh
576585
errno.EADV
577586
errno.EBADE
578587
errno.EBADFD
@@ -1988,7 +1997,7 @@ webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, kl
19881997
resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
19891998

19901999
out of 276 modules:
1991-
not_implemented89
2000+
not_implemented88
19922001
failed_to_import 5
1993-
missing_items72
2002+
missing_items73
19942003
mismatched_items 45

‎_data/whats_left_lastrun.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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp