this repo has no description
at trunk 12 lines 322 B view raw
1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ 2#pragma once 3 4#include "cpython-data.h" 5 6#include "runtime.h" 7 8namespace py { 9 10PyObject* initializeNativeProxy(Thread* thread, PyObject* obj, 11 PyTypeObject* typeobj, const Object& instance); 12} // namespace py