Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/extensions/autoreload.py:353–354 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
351
352
class
StrongRef(object):
353
def
__init__(self, obj):
354
self.obj = obj
355
def
__call__(self):
356
return
self.obj
357
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected