Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.ConfigBase.3.py
2016-05-18 16:38:18 -07:00

11 lines
191 B
Python

def foo(config):
oldPath = config.GetPath()
config.SetPath("/Foo/Data")
# ...
config.SetPath(oldPath)