MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / FetchJSON

Method FetchJSON

src/python/openvpn3/ConfigManager.py:251–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249 #
250 @__delete_check
251 def FetchJSON(self):
252 return json.loads(self.__config_intf.FetchJSON())
253
254
255##

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected