We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b7bac commit c3c8feeCopy full SHA for c3c8fee
1 file changed
OMPython/OMCSession.py
@@ -407,13 +407,6 @@ def size(self) -> int:
407
408
raise OMCSessionException(f"Error reading file size for path {self.as_posix()}!")
409
410
- def stat(self):
411
- """
412
- The function stat() cannot be implemented using OMC.
413
414
- raise NotImplementedError("The function stat() cannot be implemented using OMC; "
415
- "use size() to get the file size.")
416
-
417
418
if sys.version_info < (3, 12):
419
0 commit comments