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

Class Base64Item

model/base64_item.py:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Base64Item:
2 def __init__(self, **kwargs) -> None:
3 self.original_text:str = None
4 self.fixed:str = None
5 self.content:bytes=None
6 for key, value in kwargs.items():
7 setattr(self, key, value)

Callers 2

_complete_paddingMethod · 0.90
_decodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected