MCPcopy
hub / github.com/lutzroeder/netron / _get

Method _get

source/python.js:1878–1880  ·  view source on GitHub ↗
(position)

Source from the content-addressed store, hash-verified

1876 return false;
1877 }
1878 _get(position) {
1879 return position >= this._text.length ? '\0' : this._text[position];
1880 }
1881 _skipLine() {
1882 while (this._position < this._text.length) {
1883 if (ast._Tokenizer._isNewline(this._get(this._position))) {

Callers 9

readMethod · 0.45
_skipLineMethod · 0.45
_skipWhitespaceMethod · 0.45
_newLineMethod · 0.45
_tokenizeMethod · 0.45
_numberMethod · 0.45
_identifierMethod · 0.45
_operatorMethod · 0.45
_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected