MCPcopy Index your code
hub / github.com/clips/pattern / read

Method read

pattern/web/__init__.py:431–432  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

429 return data
430
431 def read(self, *args):
432 return self.open().read(*args)
433
434 @property
435 def exists(self, timeout=10):

Callers 15

profileFunction · 0.45
__init__.pyFile · 0.45
loadMethod · 0.45
saveMethod · 0.45
downloadMethod · 0.45
updateMethod · 0.45
searchMethod · 0.45
exportMethod · 0.45
__init__Method · 0.45
downloadFunction · 0.45
__init__Method · 0.45
loadMethod · 0.45

Calls 1

openMethod · 0.95

Tested by 11

test_command_lineMethod · 0.36
test_command_lineMethod · 0.36
test_command_lineMethod · 0.36
test_pdfMethod · 0.36
test_mail_message1Method · 0.36
test_mail_message2Method · 0.36
test_model_exportMethod · 0.36
test_command_lineMethod · 0.36
test_fileMethod · 0.36
test_command_lineMethod · 0.36
test_command_lineMethod · 0.36