mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
4 lines
141 B
Python
4 lines
141 B
Python
def make_server(config):
|
|
class Handler(object):
|
|
def method_<caret>name2(self, x):
|
|
x.send_error(404, 'File not found') |