Reference Guide  2.5.0
psyclone.gocean1p0.GOBuiltInCallFactory Class Reference

Static Public Member Functions

def create ()
 

Detailed Description

 A GOcean-specific built-in call factory. No built-ins
    are supported in GOcean at the moment. 

Definition at line 1007 of file gocean1p0.py.

Member Function Documentation

◆ create()

def psyclone.gocean1p0.GOBuiltInCallFactory.create ( )
static
 Placeholder to create a GOocean-specific built-in call.
This will require us to create a doubly-nested loop and then create
the body of the particular built-in operation. 

Definition at line 1012 of file gocean1p0.py.

1012  def create():
1013  ''' Placeholder to create a GOocean-specific built-in call.
1014  This will require us to create a doubly-nested loop and then create
1015  the body of the particular built-in operation. '''
1016  raise GenerationError(
1017  "Built-ins are not supported for the GOcean 1.0 API")
1018 
1019 
1020 # pylint: disable=too-few-public-methods
Here is the caller graph for this function:

The documentation for this class was generated from the following file: