MCPcopy Index your code
hub / github.com/nodejs/node / __new__

Method __new__

tools/inspector_protocol/jinja2/lexer.py:237–238  ·  view source on GitHub ↗
(cls, lineno, type, value)

Source from the content-addressed store, hash-verified

235 lineno, type, value = (property(itemgetter(x)) for x in range(3))
236
237 def __new__(cls, lineno, type, value):
238 return tuple.__new__(cls, (lineno, intern(str(type)), value))
239
240 def __str__(self):
241 if self.type in reverse_operators:

Callers 4

copyMethod · 0.45
free_identifierMethod · 0.45
copyMethod · 0.45
__init__Method · 0.45

Calls 1

strFunction · 0.85

Tested by

no test coverage detected