/usr/lib/python3/dist-packages/twisted/python/__pycache__
NameSizeModeActions
compat.cpython-310.pyc153980644editdlrm
components.cpython-310.pyc143640644editdlrm
constants.cpython-310.pyc4680644editdlrm
context.cpython-310.pyc46570644editdlrm
deprecate.cpython-310.pyc252210644editdlrm
failure.cpython-310.pyc189600644editdlrm
fakepwd.cpython-310.pyc72920644editdlrm
filepath.cpython-310.pyc520500644editdlrm
formmethod.cpython-310.pyc127170644editdlrm
htmlizer.cpython-310.pyc35820644editdlrm
lockfile.cpython-310.pyc51380644editdlrm
log.cpython-310.pyc230160644editdlrm
logfile.cpython-310.pyc104590644editdlrm
modules.cpython-310.pyc254690644editdlrm
monkey.cpython-310.pyc23150644editdlrm
procutils.cpython-310.pyc13890644editdlrm
randbytes.cpython-310.pyc37350644editdlrm
rebuild.cpython-310.pyc55780644editdlrm
reflect.cpython-310.pyc191270644editdlrm
release.cpython-310.pyc15250644editdlrm
roots.cpython-310.pyc89330644editdlrm
runtime.cpython-310.pyc56170644editdlrm
sendmsg.cpython-310.pyc25800644editdlrm
shortcut.cpython-310.pyc24640644editdlrm
syslog.cpython-310.pyc33680644editdlrm
systemd.cpython-310.pyc30510644editdlrm
text.cpython-310.pyc42690644editdlrm
threadable.cpython-310.pyc35200644editdlrm
threadpool.cpython-310.pyc105020644editdlrm
url.cpython-310.pyc2790644editdlrm
urlpath.cpython-310.pyc92820644editdlrm
usage.cpython-310.pyc286350644editdlrm
util.cpython-310.pyc279390644editdlrm
versions.cpython-310.pyc3560644editdlrm
win32.cpython-310.pyc48410644editdlrm
zippath.cpython-310.pyc91460644editdlrm
zipstream.cpython-310.pyc88260644editdlrm
_appdirs.cpython-310.pyc8620644editdlrm
_inotify.cpython-310.pyc25800644editdlrm
_pydoctor.cpython-310.pyc57500644editdlrm
_release.cpython-310.pyc181330644editdlrm
_shellcomp.cpython-310.pyc188550644editdlrm
_textattributes.cpython-310.pyc106420644editdlrm
_tzhelper.cpython-310.pyc33850644editdlrm
_url.cpython-310.pyc2690644editdlrm
__init__.cpython-310.pyc5460644editdlrm
Edit: /usr/lib/python3/dist-packages/twisted/python/__pycache__/shortcut.cpython-310.pyc (2464B)
o ¯bþã@s:dZddlZddlZddlmZdd„ZGdd„dƒZdS)z5 Creation of Windows shortcuts. Requires win32all. éN)ÚshellcCstƒ}| |¡|S)zg Open an existing shortcut for reading. @return: The shortcut object @rtype: Shortcut )ÚShortcutÚload)ÚfilenameÚsc©rú9/usr/lib/python3/dist-packages/twisted/python/shortcut.pyÚopens r c@s>eZdZdZ      d dd„Zdd„Zdd „Zd d „ZdS) rz A shortcut on Win32. NrcCs”t tjdtjtj¡|_|dur| tj   |¡¡|dur"|  |¡|dur+|  |¡|dur8|  tj   |¡¡|durH| tj   |¡|¡dSdS)a½ @param path: Location of the target @param arguments: If path points to an executable, optional arguments to pass @param description: Human-readable description of target @param workingdir: Directory from which target is launched @param iconpath: Filename that contains an icon for the shortcut @param iconidx: If iconpath is set, optional index of the icon desired N)Ú pythoncomÚCoCreateInstancerÚCLSID_ShellLinkÚCLSCTX_INPROC_SERVERÚIID_IShellLinkÚ_baseÚSetPathÚosÚpathÚabspathÚ SetArgumentsÚSetDescriptionÚSetWorkingDirectoryÚSetIconLocation)ÚselfrÚ argumentsÚ descriptionÚ workingdirÚiconpathÚiconidxrrrÚ__init__"s"ü  ÿzShortcut.__init__cCs |j tj¡ tj |¡¡dS)z1 Read a shortcut file from disk. N)rÚQueryInterfacer ÚIID_IPersistFileÚLoadrrr©rrrrrrEs ÿz Shortcut.loadcCs"|j tj¡ tj |¡d¡dS)z^ Write the shortcut to disk. The file should be named something.lnk. rN)rrr r ÚSaverrrr"rrrÚsaveMs ÿz Shortcut.savecCs t|j|ƒS)N)Úgetattrr)rÚnamerrrÚ __getattr__Ws zShortcut.__getattr__)NNNNNr)Ú__name__Ú __module__Ú __qualname__Ú__doc__rrr$r'rrrrrs ù# r)r+rr Úwin32com.shellrr rrrrrÚs