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

Method handle_direct

module/plugins/internal/SimpleCrypter.py:149–154  ·  view source on GitHub ↗
(self, pyfile)

Source from the content-addressed store, hash-verified

147 self.__class__.__name__ = class_name
148
149 def handle_direct(self, pyfile):
150 self._preload()
151
152 link = self.last_header.get('url')
153 if re.match(self.__pattern__, link) is None:
154 self.links.append(link)
155
156 def _preload(self):
157 if self.data:

Callers 1

decryptMethod · 0.95

Calls 4

_preloadMethod · 0.95
getMethod · 0.45
matchMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected