MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / __init__

Method __init__

codegeex/megatron/tokenizer/tokenizer.py:121–123  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

119 """Abstract class for tokenizer."""
120
121 def __init__(self, name):
122 self.name = name
123 super().__init__()
124
125 @property
126 @abstractmethod

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected