Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ __getattr__
Method
__getattr__
src/main/java/fieldpython/PI.stdlib.py:16–17 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
14
self.bx = bx
15
16
def
__getattr__(self, name):
17
return
self.bx.asMap_get(name)
18
19
def
__setattr__(self, name, value):
20
if
(name!=
"bx"
):
Callers
nothing calls this directly
Calls
1
asMap_get
Method · 0.65
Tested by
no test coverage detected