Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ iteritems
Function
iteritems
Web/Python/vtkmodules/web/__init__.py:36–37 ·
view source on GitHub ↗
(d, **kwargs)
Source
from the content-addressed store, hash-verified
34
35
36
def
iteritems(d, **kwargs):
37
return
iter(d.items(**kwargs))
38
39
40
def
base64Encode(x):
Callers
6
__init__
Method · 0.90
registerArgument
Method · 0.90
setArguments
Method · 0.90
registerData
Method · 0.90
getDataAbsoluteFilePath
Method · 0.90
writeDataDescriptor
Method · 0.90
Calls
1
items
Method · 0.45
Tested by
no test coverage detected