this repo has no description
at trunk 10 lines 202 B view raw
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 initializeMappingProxyType(Thread* thread); 9 10} // namespace py