Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drgrib/dotmap
/ test
Function
test
dotmap/__init__.py:440–441 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
438
# kwarg
439
print(
'\n== kwarg =='
)
440
def
test(**kwargs):
441
print(kwargs)
442
class
D:
443
def
keys(self):
444
return
[
'a'
,
'b'
]
Callers
1
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…