this repo has no description
1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */
2#pragma once
3
4#include "runtime.h"
5
6namespace py {
7
8void initializeTracebackType(Thread* thread);
9
10RawObject tracebackWrite(Thread* thread, const Traceback& traceback,
11 const Object& file);
12
13} // namespace py