File: sequence.h

package info (click to toggle)
rpy2 2.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 804 kB
  • ctags: 1,754
  • sloc: ansic: 5,417; python: 4,771; makefile: 142
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _RPY_PRIVATE_SEQUENCE_H_
#define _RPY_PRIVATE_SEQUENCE_H_

#ifndef _RPY_RINTERFACE_MODULE_
#error sequence.h should not be included
#endif

static PySequenceMethods VectorSexp_sequenceMethods;

#endif