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

Class Set

deps/v8/tools/gc-nvp-trace-processor.py:107–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
106
107class Set(object):
108 def __init__(self, value):
109 self.value = value
110
111 def to_gnuplot(self, ctx):
112 return 'set ' + self.value
113
114 def fieldrefs(self):
115 return []
116
117class Context(object):
118 def __init__(self, datafile, field_to_index):

Callers 5

badConstructorFunction · 0.50
messages.jsFile · 0.50
collections.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected