source: git/Singular/pyobject_setup.h @ 67242b

fieker-DuValspielwiese
Last change on this file since 67242b was e87d40, checked in by Alexander Dreyer <adreyer@…>, 11 years ago
Introducing system("pyobject") to ensure pyobject functionality
  • Property mode set to 100644
File size: 673 bytes
RevLine 
[1cb879]1// -*- c++ -*-
2//*****************************************************************************
3/** @file pyobject_setup.h
4 *
5 * @author Alexander Dreyer
6 * @date 2010-12-15
7 *
8 * This header file defines the @c blackbox setup interface for the pyobject
9 *
10 * @par Copyright:
11 *   (c) 2010 by The Singular Team, see LICENSE file
12**/
13//*****************************************************************************
14
15
16#ifndef SINGULAR_PYOBJECT_SETUP_H
17#define SINGULAR_PYOBJECT_SETUP_H
18
[e87d40]19/// initialize blackbox support for @c pyobject; functionilty os autoloaded on demand
[1cb879]20void pyobject_setup();
21
[e87d40]22/// force leading of pyobject functionality
23BOOLEAN pyobject_ensure();
24
[1cb879]25#endif
Note: See TracBrowser for help on using the repository browser.