MCPcopy Index your code
hub / github.com/buildbot/buildbot / String

Class String

master/buildbot/data/types.py:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159class String(Instance):
160 name = "string"
161 types = (str,)
162 ramlType = "string"
163 graphQLType = "String"
164
165 def valueFromString(self, arg):
166 val = util.bytes2unicode(arg)
167 return val
168
169
170class Binary(Instance):

Callers 15

PropertyEntityTypeClass · 0.70
renderRowContentsFunction · 0.50
constructorMethod · 0.50
constructorMethod · 0.50
constructorMethod · 0.50
constructorMethod · 0.50
constructorMethod · 0.50
constructorMethod · 0.50
initialMethod · 0.50
putMethod · 0.50
constructorMethod · 0.50

Calls

no outgoing calls

Tested by 7

constructorMethod · 0.40
constructorMethod · 0.40
constructorMethod · 0.40
constructorMethod · 0.40
constructorMethod · 0.40
constructorMethod · 0.40
constructorMethod · 0.40