this repo has no description
at trunk 10 lines 200 B view raw
1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ 2#pragma once 3 4namespace py { 5 6class Thread; 7 8void initializeUnderContextvarsTypes(Thread* thread); 9 10} // namespace py