MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / __init__

Method __init__

keepercommander/attachment.py:126–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124
125class UploadTask(abc.ABC):
126 def __init__(self):
127 self.mime_type = ''
128 self.size = 0
129 self.name = ''
130 self.title = ''
131 self.thumbnail = None # type: Optional[bytes]
132 self.is_script = False
133
134 def prepare(self):
135 pass

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected