DEBSOURCES
Skip Quicknav
sources / wxpython4.0 / 4.2.3%2Bdfsg-2 / docs / sphinx / rest_substitutions / snippets / python / converted / wx.ConfigBase.3.py
12345678910
def foo(config): oldPath = config.GetPath() config.SetPath("/Foo/Data") # ... config.SetPath(oldPath)