Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ emit
Method
emit
imperative/tablegen/targets/python_c_extension.cpp:309–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
};
308
309
Initproc EnumAttrEmitter::emit() {
310
emit_trait();
311
emit_tpl_spl();
312
return emit_initproc();
313
}
314
315
void EnumAttrEmitter::emit_trait() {
316
if (!firstOccur)
Callers
1
gen_op_def_python_c_extension
Function · 0.45
Calls
6
EnumAttrEmitter
Class · 0.85
cpp_type_to_python_type
Function · 0.85
getMgbAttributes
Method · 0.80
getEnumMembers
Method · 0.80
emplace_back
Method · 0.80
push_back
Method · 0.45
Tested by
no test coverage detected