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

Method children

source/python.js:6059–6061  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6057 }
6058 }
6059 children() {
6060 return this._modules.values();
6061 }
6062 named_modules(memo, prefix, remove_duplicate) {
6063 memo = memo || new Set();
6064 prefix = prefix || '';

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected