MCPcopy Index your code
hub / github.com/zai-org/CodeGeeX / read

Method read

codegeex/benchmark/execution.py:444–445  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

442 """ StringIO that throws an exception when it's read from """
443
444 def read(self, *args, **kwargs):
445 raise IOError
446
447 def readline(self, *args, **kwargs):
448 raise IOError

Callers 12

load_checkpointFunction · 0.80
infer_dataset_implFunction · 0.80
read_indexMethod · 0.80
merge_file_Method · 0.80
_warmup_mmap_fileFunction · 0.80
__init__Method · 0.80
from_pretrainedMethod · 0.80
__init__Method · 0.80
tokenize_openwebtextFunction · 0.80
tokenize_wikiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected