__init__.py
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 190 |
def remove(path): |
Delete files |
| 191 |
"""Remove the given file in an OS-specific way |
|
| 192 |
Exceptions: |
|
| 302 |
# then the OS type module (e.g. os_unix) |
|
| 303 |
try: |
|
| 304 |
exec("from pkg.portable.{0} import *".format(modname)) |
Python process execution capability |
| 305 |
break |
|
| 306 |
except ImportError: |
|
| 307 |
pass |
|
| 308 |
else: |
|
Objectives
Micro-behaviors
| 302 |
# then the OS type module (e.g. os_unix) |
|
| 303 |
try: |
|
| 304 |
exec("from pkg.portable.{0} import *".format(modname)) |
|
| 305 |
break |
|
| 306 |
except ImportError: |
|
| 307 |
pass |
|
| 308 |
else: |
|
| 302 |
# then the OS type module (e.g. os_unix) |
|
| 303 |
try: |
|
| 304 |
exec("from pkg.portable.{0} import *".format(modname)) |
|
| 305 |
break |
|
| 306 |
except ImportError: |
|
| 307 |
pass |
|
| 308 |
else: |
|
Identity
| SHA-256 |
815a4901fba0447966a95e7795b1009ea1dd4626d5fa08ced101cc01a265e0ec |
| Filename |
__init__.py |
Timeline
| First seen |
28 Jun 2026 03:44 UTC |
| First analyzed |
28 Jun 2026 04:02 UTC |
| Last analyzed |
28 Jun 2026 04:02 UTC |
| Last updated |
28 Jun 2026 04:02 UTC |
Labeling
| Label |
good |
| Label source |
harvest |
| Traits version |
46112 |