Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ C
Class
C
IPython/testing/plugin/show_refs.py:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import
gc
7
8
class
C(object):
9
def
__del__(self):
10
pass
11
#print 'deleting object...' # dbg
12
13
if
__name__ ==
'__main__'
:
14
c = C()
Callers
1
show_refs.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected