MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Uint32

Method Uint32

pkg/filament/cpython/object.go:313–315  ·  view source on GitHub ↗

Uint32 returns an uint32 integer from the raw Python object.

()

Source from the content-addressed store, hash-verified

311
312// Uint32 returns an uint32 integer from the raw Python object.
313func (ob *PyObject) Uint32() uint32 {
314 return uint32(C.PyLong_AsUnsignedLong(ob.rawptr))
315}
316
317// Uint64 returns an uint64 integer from the raw Python object.
318func (ob *PyObject) Uint64() uint64 {

Callers 7

CallMethod · 0.80
ReadUint32Function · 0.80
TestProduceEventDictFunction · 0.80
CallableArgCountMethod · 0.80
produceParamsMethod · 0.80
PartialKeyMethod · 0.80
GUIDMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestProduceEventDictFunction · 0.64