

Value_type: habitat_sim._ext.habitat_sim_bindings.ConfigStoredType) -> bool Returns whether passed key points to a value of specified ConfigStoredType def has_subconfig( self,Īrg0: str, /) -> bool Returns true if specified key references an existing subconfiguration within this configuration. Any changes to the user_config will require the owningĪttributes to be re-registered. def get_user_config( self, /) -> habitat_sim._ext.habitat_sim_bindings.Configuration Returns a reference to the User Config object for this attributes, so that it can be def get_subconfig_keys( self, /) -> typing.List Retrieves a list of the keys of this configuration’s subconfigurations def get_type( self,Īrg0: str, /) -> habitat_sim._ext.habitat_sim_bindings.ConfigStoredType Retrieves the ConfigStoredType of the value referred to by the passed key.

Name: str) -> habitat_sim._ext.habitat_sim_bindings.Configuration Get a copy of the subconfiguration with the given name. Name: str) -> habitat_sim._ext.habitat_sim_bindings.Configuration Get the subconfiguration with the given name. Takes ConfigStoredTypeĮnum value as argument. Value_type: habitat_sim._ext.habitat_sim_bindings.ConfigStoredType) -> typing.List Retrieves a list of all the keys of values of the specified types. This configuration holds and the values are the types of these values.

def get_keys_and_types( self, /) -> typing.Dict Returns a dictionary where the keys are the names of the values def get( self,Īrg0: str, /) -> object Retrieve the requested value referenced by key argument, if it exists def get_as_string( self,Īrg0: str, /) -> str Retrieves a string representation of the value referred to by the passed key. This Configuration to get the requested key’s value or subconfig. Key: str) -> typing.List Returns a list of keys, in order, for the traversal of the nested subconfigurations in Methods def build_handle( self, /) -> None def find_value_location( self,
