I'd add path form pathlib to my vscode but whenever I call it's modules like path.stat I have an error,and vscode won't allow me to use () for calling
from pathlib import Path
path=Path("enum/__init__.py")
pri=path.stat
print(pri)
the error is:bound method Path.read_bytes of WindowsPath('enum/init.py')