MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_key_strict

Method get_key_strict

detrsmpl/data/data_structures/human_data.py:202–209  ·  view source on GitHub ↗

Get value of attribute key_strict. Returns: bool: Whether to raise error when setting unsupported keys.

(self)

Source from the content-addressed store, hash-verified

200 return ret_human_data
201
202 def get_key_strict(self) -> bool:
203 """Get value of attribute key_strict.
204
205 Returns:
206 bool:
207 Whether to raise error when setting unsupported keys.
208 """
209 return self.__key_strict__
210
211 def set_key_strict(self, value: bool):
212 """Set value of attribute key_strict.

Callers 4

get_sliced_cacheMethod · 0.95
get_sliceMethod · 0.95
__check_key__Method · 0.95
get_sliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected