MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / __init__

Method __init__

model/base64convert.py:2–8  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1class Base64File:
2 def __init__(self, **kwargs) -> None:
3 self.extension = None
4 self.filename = None
5 self.content = None
6 self.bytearray:bytes = None
7 for key, value in kwargs.items():
8 setattr(self, key, value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected