Exemplo n.º 1
0
def _option_align(arg):
    return directives.choice(arg, ("top", "middle", "bottom", "left", "center", "right"))
Exemplo n.º 2
0
def _option_format(arg):
    return directives.choice(arg, ("python", "lisp"))
Exemplo n.º 3
0
def fontset_choice(arg):
    return directives.choice(arg, ["cm", "stix", "stixsans"])
Exemplo n.º 4
0
def _option_align(arg):
    return directives.choice(arg, ("top", "middle", "bottom", "left", "center",
                                   "right"))
Exemplo n.º 5
0
def _option_format(arg):
    return directives.choice(arg, ('python', 'lisp'))
Exemplo n.º 6
0
def fontset_choice(arg):
    return directives.choice(arg, ['cm', 'stix', 'stixsans'])