MCPcopy Index your code
hub / github.com/pyload/pyload / FileDoesNotExists

Class FileDoesNotExists

module/remote/socketbackend/ttypes.py:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 self.order = order
136
137class FileDoesNotExists(Exception):
138 __slots__ = ['fid']
139
140 def __init__(self, fid=None):
141 self.fid = fid
142
143class InteractionTask(BaseObject):
144 __slots__ = ['iid', 'input', 'structure', 'preset', 'output', 'data', 'title', 'description', 'plugin']

Callers 1

getFileDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected