Home | History | Annotate | Download | only in python

Lines Matching refs:define

8 #define %shadow      %insert("shadow")
9 #define %pythoncode %insert("python")
10 #define %pythonbegin %insert("pythonbegin")
49 #define %pythonnondynamic %feature("python:nondynamic", "1")
50 #define %nopythonnondynamic %feature("python:nondynamic", "0")
51 #define %clearpythonnondynamic %feature("python:nondynamic", "")
52 #define %pythondynamic %nopythonnondynamic
65 #define %pythonmaybecall %feature("python:maybecall", "1")
66 #define %nopythonmaybecall %feature("python:maybecall", "0")
67 #define %clearpythonmaybecall %feature("python:maybecall", "")
111 #define %pythoncallback %feature("python:callback")
112 #define %nopythoncallback %feature("python:callback","0")
113 #define %clearpythoncallback %feature("python:callback","")
131 #define %callback(x) %feature("python:callback",`x`)
132 #define %nocallback %nopythoncallback
133 #define %clearcallback %clearpythoncallback
141 #define %nothread %feature("nothread")
142 #define %thread %feature("nothread","0")
143 #define %clearnothread %feature("nothread","")
145 #define %nothreadblock %feature("nothreadblock")
146 #define %threadblock %feature("nothreadblock","0")
147 #define %clearnothreadblock %feature("nothreadblock","")
149 #define %nothreadallow %feature("nothreadallow")
150 #define %threadallow %feature("nothreadallow","0")
151 #define %clearnothreadallow %feature("nothreadallow","")
159 #define %implicitconv %feature("implicitconv")
160 #define %noimplicitconv %feature("implicitconv", "0")
161 #define %clearimplicitconv %feature("implicitconv", "")
169 #define %kwargs %feature("kwargs")
170 #define %nokwargs %feature("kwargs", "0")
171 #define %clearkwargs %feature("kwargs", "")
181 #define %pythonprepend %feature("pythonprepend")
182 #define %clearpythonprepend %feature("pythonprepend","")
184 #define %pythonappend %feature("pythonappend")
185 #define %clearpythonappend %feature("pythonappend","")
242 %define %extend_smart_pointer(Type...)