MCPcopy 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
69def _is_module(obj):
70 return isinstance(obj, Module)
71
72
73def _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