Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_configuration(self):
"""
Gives direct access to the underlying key-value map for advanced configuration.
:return: Entire key-value configuration.
:rtype: Configuration
"""
return Configuration(j_configuration=self._j_table_config.getConfiguration())
def get_configuration(self):
"""
Gives direct access to the underlying key-value map for advanced configuration.
:return: Entire key-value configuration.
:rtype: Configuration
"""
return Configuration(j_configuration=self._j_table_config.getConfiguration())