UserPreferences

MoinMoin/ProgrammingNotes


  1. Little Recipes

Little Recipes

In a macro (and maybe beyond), to test the existence of a page:

from MoinMoin.Page import Page
Page("WikiSandBox").exists()