Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ is_infinity
Method
is_infinity
bmf/engine/c_engine/src/loader/py_module_loader.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool is_infinity() override {
148
py::gil_scoped_acquire gil;
149
return py::cast<bool>(call_func(
"is_infinity"
));
150
}
151
152
// set_callback(...)
153
void set_callback(
Callers
2
TEST
Function · 0.45
node.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36