OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
faces
/
.venv
/
lib
/
python3.10
/
site-packages
/
cv2
/
utils
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/26/2024 01:26:12 PM
rwxr-xr-x
📄
__init__.py
330 bytes
10/26/2024 01:26:12 PM
rw-r--r--
📁
__pycache__
-
10/26/2024 01:27:26 PM
rwxr-xr-x
Editing: __init__.py
Close
from collections import namedtuple import cv2 NativeMethodPatchedResult = namedtuple("NativeMethodPatchedResult", ("py", "native")) def testOverwriteNativeMethod(arg): return NativeMethodPatchedResult( arg + 1, cv2.utils._native.testOverwriteNativeMethod(arg) )