Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/utils/strdispatch.py:24–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
""
"
23
24
def
__init__(self):
25
self.strs = {}
26
self.regexs = {}
27
28
def
add_s(self, s, obj, priority= 0 ):
29
""
" Adds a target 'string' for dispatching "
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected