MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / add_to_private_map

Method add_to_private_map

tensorflow/tools/docs/generate_lib.py:575–576  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

573 return flags
574
575 def add_to_private_map(self, d):
576 add_dict_to_dict(d, self._private_map)
577
578 def add_to_do_not_descend_map(self, d):
579 add_dict_to_dict(d, self._do_not_descend_map)

Callers

nothing calls this directly

Calls 1

add_dict_to_dictFunction · 0.85

Tested by

no test coverage detected