FrompyfuncInfo ============== .. cpp:class:: numpy::FrompyfuncInfo numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use FrompyfuncInfo FrompyfuncInfo obj; // ... operations ... Indexing / Selection -------------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``std::string getInfo()`` - std::string - NP_FROMPYFUNC.H:237 -