Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _is_module
Function
_is_module
imperative/python/megengine/module/module.py:69–70 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
67
68
69
def
_is_module(obj):
70
return
isinstance(obj, Module)
71
72
73
def
_get_XNorm_typeclass():
Callers
3
__setattr__
Method · 0.85
__delattr__
Method · 0.85
__repr__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected