In LibTorch, is torch::jit::Module::get_method documented somewhere?

The torch::jit::Module::get_method is a very useful member function when I use the scripted mododule in cpp. However I didn’t find any proper docs in the official page, only this one:
https://pytorch.org/cppdocs/api/program_listing_file_torch_csrc_jit_api_module.h.html?highlight=get_method
(which is pretty implicit. I searched “get_method” in the LibTorch cppdocs top left search bar to located the page.)

Where can I find more proper docs on methods like this? Should I consider the official website as the “most golden” one for docs (other than reading the source code directly which I will probably not do :grinning: ) ?