MCPcopy
hub / github.com/pyload/pyload / new

Method new

module/database/FileDatabase.py:63–68  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

61
62 def change(func):
63 def new(*args):
64 args[0].unchanged = False
65 args[0].filecount = -1
66 args[0].queuecount = -1
67 args[0].jobCache = {}
68 return func(*args)
69 return new
70
71 #----------------------------------------------------------------------

Callers 9

addcrypted2Method · 0.45
cookie_encodeFunction · 0.45
cookie_decodeFunction · 0.45
value_decodeMethod · 0.45
value_encodeMethod · 0.45
aesEncryptFunction · 0.45
aesDecryptFunction · 0.45
addcrypted2Method · 0.45
addcrypted2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected