Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ __setattr__
Method
__setattr__
tools/Polygraphy/polygraphy/mod/importer.py:218–220 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
216
return
getattr(module, name)
217
218
def
__setattr__(self, name, value):
219
module = self.__polygraphy_import_mod()
220
return
setattr(module, name, value)
221
222
return
LazyModule()
223
Callers
2
__init__
Method · 0.45
__polygraphy_import_mod
Method · 0.45
Calls
1
__polygraphy_import_mod
Method · 0.95
Tested by
no test coverage detected