MCPcopy Index your code
hub / github.com/rawpython/remi / get_child

Method get_child

remi/gui.py:475–481  ·  view source on GitHub ↗

Returns the child identified by 'key' Args: key (str): Unique identifier of the child.

(self, key)

Source from the content-addressed store, hash-verified

473 self.children[key] = value
474
475 def get_child(self, key):
476 """Returns the child identified by 'key'
477
478 Args:
479 key (str): Unique identifier of the child.
480 """
481 return self.children[key]
482
483 def get_parent(self):
484 """Returns the parent tag instance or None where not applicable

Callers 2

get_textMethod · 0.80
get_textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected