MCPcopy Index your code
hub / github.com/lutzroeder/netron / read

Method read

source/python.js:21803–21810  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

21801 }
21802
21803 read(file) {
21804 const buffer = this.source(file);
21805 if (buffer) {
21806 const debug = this.debug(file);
21807 return this.parse(file, buffer, debug);
21808 }
21809 return null;
21810 }
21811
21812 parse(filename, buffer, debug) {
21813 const ast = this.ast;

Callers 15

_parseExpressionMethod · 0.45
_parseNameMethod · 0.45
_parseLiteralMethod · 0.45
acceptMethod · 0.45
expectMethod · 0.45
readMethod · 0.45
__read__Method · 0.45
loadMethod · 0.45
valueMethod · 0.45
extensionMethod · 0.45
stringMethod · 0.45
constructorMethod · 0.45

Calls 5

debugMethod · 0.80
sourceMethod · 0.45
parseMethod · 0.45
skipMethod · 0.45
seekMethod · 0.45

Tested by

no test coverage detected