MCPcopy Create free account
hub / github.com/Print3M/ByteCaster / python

Method python

output/output.go:242–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240}
241
242func (o *output) python() {
243 /*
244 buffer = [
245 0x30, 0x63, 0x3A, 0x30, 0x64,
246 ]
247 */
248 fmt.Printf("buffer = [\n")
249
250 o.bytesArray(4, 8)
251
252 fmt.Println(",\n]")
253 fmt.Println()
254 fmt.Printf("buffer_size = %d\n", len(o.data))
255}
256
257func (o *output) ruby() {
258 /*

Callers 2

OutputFunction · 0.95
rubyMethod · 0.95

Calls 1

bytesArrayMethod · 0.95

Tested by

no test coverage detected