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

Commit85564fb

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parente18b16f commit85564fb

File tree

2 files changed

+6
-124
lines changed

2 files changed

+6
-124
lines changed

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

‎_data/whats_left_lastrun.temp

Lines changed: 5 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ filter.__getattribute__ inherited
1212
filter.__reduce__ inherited
1313
float.__getattribute__ inherited
1414
float.__getformat__
15-
float.__getnewargs__
1615
float.__set_format__
1716
frozenset.__getattribute__ inherited
1817
int.__getattribute__ inherited
19-
int.__getnewargs__
2018
list.__getattribute__ inherited
2119
map.__getattribute__ inherited
2220
map.__reduce__ inherited
@@ -51,9 +49,6 @@ staticmethod.__init__ inherited
5149
staticmethod.__isabstractmethod__
5250
property.__getattribute__ inherited
5351
property.__isabstractmethod__
54-
Exception.__doc__ inherited
55-
Exception.__init__ inherited
56-
Exception.__new__ inherited
5752
BaseException.__delattr__ inherited
5853
BaseException.__doc__ inherited
5954
BaseException.__getattribute__ inherited
@@ -150,7 +145,6 @@ poplib (entire module)
150145
profile (entire module)
151146
pstats (entire module)
152147
pyclbr (entire module)
153-
rlcompleter (entire module)
154148
sitecustomize (entire module)
155149
smtplib (entire module)
156150
sqlite3 (entire module)
@@ -681,7 +675,6 @@ gc.unfreeze
681675
itertools._tee
682676
itertools._tee_dataobject
683677
marshal.version
684-
math.dist
685678
posix.CLD_CONTINUED
686679
posix.CLD_DUMPED
687680
posix.CLD_EXITED
@@ -792,7 +785,6 @@ posix.memfd_create
792785
posix.minor
793786
posix.mkfifo
794787
posix.mknod
795-
posix.nice
796788
posix.pathconf_names
797789
posix.posix_fadvise
798790
posix.posix_fallocate
@@ -1678,40 +1670,8 @@ tty.VTDLY
16781670
tty.VWERASE
16791671
tty.XCASE
16801672
tty.XTABS
1681-
types._cell_factory
1682-
typing.EXCLUDED_ATTRIBUTES
1683-
typing.Final
1684-
typing.ForwardRef
1685-
typing.Literal
1686-
typing.OrderedDict
1687-
typing.Protocol
1688-
typing.SupportsIndex
1689-
typing.TypedDict
1690-
typing._Final
1691-
typing._GenericAlias
1692-
typing._Immutable
1693-
typing._PROTO_WHITELIST
1694-
typing._SPECIAL_NAMES
1695-
typing._SpecialForm
1696-
typing._TYPING_INTERNALS
1697-
typing._TypedDictMeta
1698-
typing._VariadicGenericAlias
1699-
typing._alias
1700-
typing._allow_reckless_class_cheks
1701-
typing._check_fails
1702-
typing._collect_type_vars
1703-
typing._dict_new
1704-
typing._get_protocol_attrs
1705-
typing._is_callable_members_only
1706-
typing._is_dunder
1707-
typing._no_init
1708-
typing._normalize_alias
1709-
typing._subs_tvars
1710-
typing._typeddict_new
1711-
typing.final
1712-
typing.get_args
1713-
typing.get_origin
1714-
typing.runtime_checkable
1673+
typing.SupportsAbs
1674+
typing.SupportsRound
17151675
uuid.SafeUUID
17161676
uuid._AIX
17171677
uuid._GETTERS
@@ -2049,64 +2009,6 @@ timeit.Timer (stmt='pass', setup='pass', timer=<built-in function time>, globals
20492009
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)
20502010
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)
20512011
traceback.StackSummary ValueError('no signature found') != (iterable=(), /)
2052-
typing.AbstractSet (*args, **kwds) != (*args, **kwargs)
2053-
typing.AnyStr (*args, **kwds) != None
2054-
typing.AsyncContextManager (*args, **kwds) != (*args, **kwargs)
2055-
typing.AsyncGenerator (*args, **kwds) != (*args, **kwargs)
2056-
typing.AsyncIterable (*args, **kwds) != (*args, **kwargs)
2057-
typing.AsyncIterator (*args, **kwds) != (*args, **kwargs)
2058-
typing.Awaitable (*args, **kwds) != (*args, **kwargs)
2059-
typing.ByteString (*args, **kwds) != (*args, **kwargs)
2060-
typing.CT_co (*args, **kwds) != None
2061-
typing.Callable (*args, **kwds) != (*args, **kwargs)
2062-
typing.ChainMap (*args, **kwds) != (*args, **kwargs)
2063-
typing.Collection (*args, **kwds) != (*args, **kwargs)
2064-
typing.Container (*args, **kwds) != (*args, **kwargs)
2065-
typing.ContextManager (*args, **kwds) != (*args, **kwargs)
2066-
typing.Coroutine (*args, **kwds) != (*args, **kwargs)
2067-
typing.Counter (*args, **kwds) != (*args, **kwargs)
2068-
typing.DefaultDict (*args, **kwds) != (*args, **kwargs)
2069-
typing.Deque (*args, **kwds) != (*args, **kwargs)
2070-
typing.Dict (*args, **kwds) != (*args, **kwargs)
2071-
typing.FrozenSet (*args, **kwds) != (*args, **kwargs)
2072-
typing.Generator (*args, **kwds) != (*args, **kwargs)
2073-
typing.Hashable () != (*args, **kwargs)
2074-
typing.ItemsView (*args, **kwds) != (*args, **kwargs)
2075-
typing.Iterable (*args, **kwds) != (*args, **kwargs)
2076-
typing.Iterator (*args, **kwds) != (*args, **kwargs)
2077-
typing.KT (*args, **kwds) != None
2078-
typing.KeysView (*args, **kwds) != (*args, **kwargs)
2079-
typing.List (*args, **kwds) != (*args, **kwargs)
2080-
typing.Mapping (*args, **kwds) != (*args, **kwargs)
2081-
typing.MappingView (*args, **kwds) != (*args, **kwargs)
2082-
typing.Match (*args, **kwds) != (*args, **kwargs)
2083-
typing.MutableMapping (*args, **kwds) != (*args, **kwargs)
2084-
typing.MutableSequence (*args, **kwds) != (*args, **kwargs)
2085-
typing.MutableSet (*args, **kwds) != (*args, **kwargs)
2086-
typing.NamedTuple (typename, fields=None, **kwargs) != (typename, fields=None, /, **kwargs)
2087-
typing.Pattern (*args, **kwds) != (*args, **kwargs)
2088-
typing.Reversible (*args, **kwds) != (*args, **kwargs)
2089-
typing.Sequence (*args, **kwds) != (*args, **kwargs)
2090-
typing.Set (*args, **kwds) != (*args, **kwargs)
2091-
typing.Sized () != (*args, **kwargs)
2092-
typing.SupportsAbs () != (*args, **kwds)
2093-
typing.SupportsBytes () != (*args, **kwds)
2094-
typing.SupportsComplex () != (*args, **kwds)
2095-
typing.SupportsFloat () != (*args, **kwds)
2096-
typing.SupportsInt () != (*args, **kwds)
2097-
typing.SupportsRound () != (*args, **kwds)
2098-
typing.T (*args, **kwds) != None
2099-
typing.T_co (*args, **kwds) != None
2100-
typing.T_contra (*args, **kwds) != None
2101-
typing.Tuple (*args, **kwds) != (*args, **kwargs)
2102-
typing.Type (*args, **kwds) != (*args, **kwargs)
2103-
typing.TypeVar (*args, **kwds) != (name, *constraints, bound=None, covariant=False, contravariant=False)
2104-
typing.VT (*args, **kwds) != None
2105-
typing.VT_co (*args, **kwds) != None
2106-
typing.V_co (*args, **kwds) != None
2107-
typing.ValuesView (*args, **kwds) != (*args, **kwargs)
2108-
typing._ProtocolMeta (name, bases, namespace, tvars=None, args=None, origin=None, extra=None, orig_bases=None) != (name, bases, namespace, **kwargs)
2109-
typing._type_check (arg, msg) != (arg, msg, is_argument=True)
21102012
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>)
21112013
uuid.getnode () != (*, getters=None)
21122014
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)
@@ -2118,7 +2020,7 @@ webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, kl
21182020
resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
21192021

21202022
out of 276 modules:
2121-
not_implemented91
2023+
not_implemented90
21222024
failed_to_import 5
2123-
missing_items75
2124-
mismatched_items48
2025+
missing_items73
2026+
mismatched_items47

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp