Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AirtestProject/Poco
/ test_instanceId
Method
test_instanceId
poco/drivers/std/test/simple.py:89–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
self.assertEqual(actual_val,
''
)
88
89
def
test_instanceId(self):
90
for
n in self.poco():
91
instance_id = n.attr(
'_instanceId'
)
92
if
instance_id:
93
print(instance_id)
Callers
nothing calls this directly
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected