Searched defs:int_ (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1065 class int_ : public object { class in inherits:object
1068 int_() : object(PyLong_FromLong(0), stolen_t{}) { } function in class:int_
1072 int_(T value) { function in class:int_

Completed in 13 milliseconds