Beispiel #1
0
# Copyright (C) 2001 Python Software Foundation
Beispiel #2
0
def message_from_file(fp, _class=_Message):
    return _Parser(_class).parse(fp)
Beispiel #3
0
# Copyright (C) 2001 Python Software Foundation
Beispiel #4
0
def message_from_string(s, _class=_Message):
    return _Parser(_class).parsestr(s)