示例#1
0
def initexceptions(config):
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))
示例#2
0
def init_exceptions(config: ConfigParser) -> None:
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))
示例#3
0
def initexceptions(config):
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))