Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FLC777/GLAT
/ keys
Function
keys
scripts/compare_namespaces.py:12–17 ·
view source on GitHub ↗
(ns)
Source
from the content-addressed store, hash-verified
10
ns2 = eval(input(
"Namespace 2: "
))
11
12
def
keys(ns):
13
ks = set()
14
for
k in dir(ns):
15
if
not k.startswith(
"_"
):
16
ks.add(k)
17
return
ks
18
19
k1 = keys(ns1)
20
k2 = keys(ns2)
Callers
1
main
Function · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected