X7ROOT File Manager
Current Path:
/opt/alt/python313/lib64/python3.13/_pyrepl
opt
/
alt
/
python313
/
lib64
/
python3.13
/
_pyrepl
/
??
..
??
__init__.py
(925 B)
??
__main__.py
(422 B)
??
__pycache__
??
_minimal_curses.py
(1.8 KB)
??
_threading_handler.py
(2.12 KB)
??
base_eventqueue.py
(3.75 KB)
??
commands.py
(11.9 KB)
??
completing_reader.py
(9.81 KB)
??
console.py
(6.71 KB)
??
curses.py
(1.21 KB)
??
fancy_termios.py
(2.11 KB)
??
historical_reader.py
(12.93 KB)
??
input.py
(3.69 KB)
??
keymap.py
(6.31 KB)
??
main.py
(1.89 KB)
??
mypy.ini
(870 B)
??
pager.py
(5.68 KB)
??
reader.py
(27.06 KB)
??
readline.py
(19.75 KB)
??
simple_interact.py
(5.63 KB)
??
trace.py
(433 B)
??
types.py
(354 B)
??
unix_console.py
(25.04 KB)
??
unix_eventqueue.py
(2.46 KB)
??
utils.py
(2.18 KB)
??
windows_console.py
(21.11 KB)
??
windows_eventqueue.py
(991 B)
Editing: mypy.ini
# Config file for running mypy on _pyrepl. # Run mypy by invoking `mypy --config-file Lib/_pyrepl/mypy.ini` # on the command-line from the repo root [mypy] files = Lib/_pyrepl mypy_path = $MYPY_CONFIG_FILE_DIR/../../Misc/mypy explicit_package_bases = True python_version = 3.13 platform = linux pretty = True # Enable most stricter settings enable_error_code = ignore-without-code,redundant-expr strict = True # Various stricter settings that we can't yet enable # Try to enable these in the following order: disallow_untyped_calls = False disallow_untyped_defs = False check_untyped_defs = False # Various internal modules that typeshed deliberately doesn't have stubs for: [mypy-_abc.*,_opcode.*,_overlapped.*,_testcapi.*,_testinternalcapi.*,test.*] ignore_missing_imports = True # Other untyped parts of the stdlib [mypy-idlelib.*] ignore_missing_imports = True
Upload File
Create Folder