?????????? ????????? - ??????????????? - /opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/utils/safe_sequence.py
???????
import os def path(p: str): """ Make safe sequence from path-like string Useful if p contains unprintable sequence If p is safe to be printed (e.g. via logger) return it as is If it can cause an exception, return bytes instead """ try: p.encode() except UnicodeEncodeError: return os.fsencode(p) return p
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????